Module mcp

Module mcp 

Source
Expand description

MCP (Model Context Protocol) schema generation.

Generates deterministic mcp.json from compiled pack configuration. The output is canonical JSON with sorted keys for reproducibility.

Structs§

McpSchema
MCP schema representation for tool serving.
McpTool
Individual tool in MCP schema.

Functions§

generate_mcp_schema
Generate deterministic MCP schema from compiled configuration.
to_canonical_json
Serialize MCP schema to canonical JSON.
tool_to_mcp 🔒