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 official MCP SDK server with Atmos-specific functionality.
func (*Server) ServerInfo ¶
func (s *Server) ServerInfo() mcpsdk.Implementation
ServerInfo returns the server implementation information.
Click to show internal directories.
Click to hide internal directories.