@lisp MCP Server API

Version: __VERSION__ | Tools: __TOOLS_COUNT__ | Resources: 11

Endpoints

GET /health - Health check
GET /metrics - Prometheus metrics
POST /mcp - MCP JSON-RPC endpoint
GET /sse - Server-Sent Events
POST /message - SSE message
GET /debug - Debug panel
POST /config/reload - Reload configuration
GET /rate-limit/status - Rate limit status
POST /rate-limit/reset - Reset rate limit

Quick Start

# Health check
curl http://localhost:8110/health

# Call MCP tool
curl -X POST http://localhost:8110/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_cad_info","arguments":{}}}'