Documentation
¶
Overview ¶
Package mcp provides shared types and functionality for MCP (Machine Cognition Protocol) integration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // AddServer adds and initializes a new MCP server AddServer(ctx context.Context, cfg ServerConfig) error // Close closes all MCP server connections Close() error // Servers returns all registered MCP servers Servers() map[string]*Server // GetServer returns a specific MCP server by name GetServer(name string) (*Server, bool) }
Manager defines the interface for managing MCP servers
Click to show internal directories.
Click to hide internal directories.