Mooncore.MCP.Protocol
(mooncore v0.2.4)
Copy Markdown
Standard MCP (Model Context Protocol) JSON-RPC 2.0 handler.
Implements the Streamable HTTP transport for VS Code and other MCP clients. All operations require mooncore_dev_tools to be enabled.
Supported Methods
initialize— handshake with capabilitiesping— keepalivetools/list— list available toolstools/call— invoke a toolresources/list— list available resourcesresources/read— read a resource by URI
Summary
Functions
Handle a JSON-RPC 2.0 request map. Returns a response map.