Provides a Go-based Model Context Protocol (MCP) server featuring calculator and greeting functionalities.
This Go implementation offers a fully compliant Model Context Protocol (MCP) server, adhering to the official MCP specification. It provides calculator functionalities, allowing for simple arithmetic operations, alongside a greeting resource. Built with JSON-RPC 2.0 for communication, the server supports tool registration, execution, resource handling, server capability negotiation, and comprehensive error handling as per the specification.