Documentation
¶
Overview ¶
Package mcp discovers tools from MCP (Model Context Protocol) servers and converts them to pith-sdk Tools for use in agent sessions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Command is the path to the MCP server executable.
// Required for stdio transport.
Command string
// Args are command-line arguments passed to the MCP server.
Args []string
// Env are environment variables passed to the MCP server (KEY=VALUE format).
Env []string
}
Config configures an MCP server connection.
Click to show internal directories.
Click to hide internal directories.