Structsยง
- Content
Block - Json
RpcError - Outgoing JSON-RPC 2.0 error
- Json
RpcRequest - Incoming JSON-RPC 2.0 request
- Json
RpcResponse - Outgoing JSON-RPC 2.0 response (success)
- McpTool
- MCP tool definition (for
tools/listresponse) - RpcError
- Server
Capabilities - MCP capabilities advertised by the server
- Server
Info - Server info sent in
initializeresponse - Tool
Result - Tool execution result (for
tools/callresponse) - Tools
Capability - mcp_
info_ endpoint - Returns MCP server metadata (no auth required โ for discovery)
- mcp_
legal_ index_ endpoint - GET /mcp/legal-index โ Legal document index in JSON Returns a comprehensive index of Belgian legal rules, GDPR articles, and KoproGo-specific compliance rules. Embedded as static JSON. Issue #262
- mcp_
messages_ endpoint - JSON-RPC 2.0 message endpoint.
- mcp_
sse_ endpoint - SSE endpoint that establishes the MCP connection.
- mcp_
system_ prompt_ endpoint - GET /mcp/system-prompt โ System prompt for AI agents Returns a Markdown document that AI clients (like Claude Desktop) can fetch to understand KoproGo context, available tools, and Belgian legal rules. Issue #263