load_chain

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL