inori-mcp

inori-mcp

0

This project is a simple implementation of a Model Context Protocol (MCP) Server using both Go and Python. It helps users understand basic MCP workflows without external API dependencies, primarily supporting book search functionalities using specified input parameters.

A very simple MCP Server

  • Implemented using Go and Python, the project demonstrates a simple MCP Server working with an MCP client.
  • Allows understanding of a simple MCP workflow without relying on external APIs.
  • Includes Go implementation of the book search tool and a Python workflow.
  • Methods include specifying MCP inputs and developing the core logic of tools.
  • Tools are registered to the server, and there are instructions for building and launching the server.