A minimal example that shows the basic structure of an MCP server with a single tool.
- Single Tool: Implements a simple echo tool that repeats input text
- Basic Structure: Demonstrates the essential components:
McpServer,Session, andToolProvider - Getting Started: Perfect for understanding the fundamentals of MCP server implementation
Source: SimpleEchoServer.scala