Documentation
¶
Overview ¶
Package adapter wraps mark3labs/mcp-go, isolating direct library usage to this layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps an MCP server instance.
type ToolHandler ¶
type ToolHandler func(ctx context.Context, req mcp.CallToolRequest) (*mcp.CallToolResult, error)
ToolHandler is a function that handles a tool call.
Click to show internal directories.
Click to hide internal directories.