Documentation
¶
Overview ¶
spec: ROOT/tech_design/internal/tools/load_chain@v49
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleLoadChain ¶ added in v1.2.0
func HandleLoadChain( ctx context.Context, req *mcp.CallToolRequest, args LoadChainArgs, ) (*mcp.CallToolResult, any, error)
HandleLoadChain is the MCP tool handler for load_chain. It validates the logical name, loads the spec chain, and returns the concatenated chain content as a single MCP text response.
Types ¶
type LoadChainArgs ¶
type LoadChainArgs struct {
LogicalName string `json:"logical_name" jsonschema:"Logical name of the node to generate code for."`
}
LoadChainArgs defines the input parameters for the load_chain tool.
Click to show internal directories.
Click to hide internal directories.