Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 490 Bytes

File metadata and controls

9 lines (6 loc) · 490 Bytes

Simple Echo Server

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, and ToolProvider
  • Getting Started: Perfect for understanding the fundamentals of MCP server implementation

Source: SimpleEchoServer.scala