Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter adapts existing Atmos AI tools for use with MCP SDK. It provides a bridge between Atmos's tool system and the MCP protocol.
func NewAdapter ¶
NewAdapter creates a new tool adapter.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server wraps the MCP SDK server with Atmos-specific functionality.
func (*Server) ServerInfo ¶
func (s *Server) ServerInfo() mcpsdk.Implementation
ServerInfo returns the server implementation information.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package config parses `atmos mcp add` inputs into schema.MCPServerConfig values and reads/writes them under mcp.servers in atmos.yaml, backing the `atmos mcp add`/`remove` commands.
|
Package config parses `atmos mcp add` inputs into schema.MCPServerConfig values and reads/writes them under mcp.servers in atmos.yaml, backing the `atmos mcp add`/`remove` commands. |
|
Package install writes configured MCP servers into supported client config files.
|
Package install writes configured MCP servers into supported client config files. |
|
Package router provides smart MCP server selection using a fast AI model to determine which servers are relevant to a user's question.
|
Package router provides smart MCP server selection using a fast AI model to determine which servers are relevant to a user's question. |
Click to show internal directories.
Click to hide internal directories.