Documentation
¶
Overview ¶
Mock MCP Server for testing external HTTP/SSE MCP server support. This simple server responds to MCP protocol requests with dummy data.
Usage:
go run main.go # HTTP mode on :8080 go run main.go -port 9000 # Custom port go run main.go -sse # Enable SSE response format
Supports:
- initialize - MCP handshake
- tools/list - Returns sample tools
- tools/call - Echo tool that returns arguments
Click to show internal directories.
Click to hide internal directories.