Documentation
¶
Overview ¶
Package mcp provides the MCP (Model Context Protocol) engine plugin. It registers the mcp_tool trigger type, the mcp workflow handler type, and the mcp.registry module type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
plugin.BaseEnginePlugin
}
Plugin provides MCP-related module types, trigger types, and workflow handlers.
func (*Plugin) ModuleFactories ¶
func (p *Plugin) ModuleFactories() map[string]plugin.ModuleFactory
ModuleFactories returns the factory for the mcp.registry module type.
func (*Plugin) TriggerFactories ¶
func (p *Plugin) TriggerFactories() map[string]plugin.TriggerFactory
TriggerFactories returns trigger constructors for the mcp_tool trigger type.
func (*Plugin) WorkflowHandlers ¶
func (p *Plugin) WorkflowHandlers() map[string]plugin.WorkflowHandlerFactory
WorkflowHandlers returns workflow handler factories for the mcp workflow type.
Click to show internal directories.
Click to hide internal directories.