mcp-server-go

mcp-server-go

0

MCP Server Go is a simple implementation of a server using the Model Control Protocol to enable communication with AI models over standard IO using JSON-RPC 2.0. It supports multiple functionalities related to resources and tools.

Overview

  • MCP Server Go is a server implementing the Model Control Protocol (MCP) using JSON-RPC 2.0 over standard IO streams.
  • Allows communication with AI models.
  • Components include server, JSON-RPC, stdio, and safety.
  • Supports methods like initialize, resources/list, resources/read, tools/list, and tools/call.
  • Configurable via environment variables for server name and version.