Documentation
¶
Overview ¶
Package mcp implements the MCP controller layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller handles MCP tool registration and execution.
func New ¶
func New(schemaSvc *schema.Service, toolSvc *tool.Service, checker func(method, path string) bool, enableTOON bool) *Controller
New creates a Controller with the given dependencies.
func (*Controller) RegisterAllTools ¶
RegisterAllTools registers all OpenAPI operations as MCP tools.
Click to show internal directories.
Click to hide internal directories.