Package-level declarations
Functions
Link copied to clipboard
fun JsonRpcMcp(protocol: McpProtocol<Unit>, security: McpSecurity, corsPolicy: CorsPolicy? = null): RoutingHttpHandler
Non-standard (but compliant) MCP server setup for JSONRPC-based (non streaming) MCP Servers.
Link copied to clipboard
Routes inbound POST requests to the MCP server to the MCP protocol for processing and immediate response via JSON RPC result messages.