Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Servers map[string]ServerConfig `json:"mcpServers"`
}
type Manager ¶
type Manager struct {
*Config
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) AddSession ¶
func (m *Manager) AddSession(name string, session *mcp.ClientSession)
AddSession registers an externally-created session under the given name.
Click to show internal directories.
Click to hide internal directories.