Documentation
¶
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 represents the MCP hub server
type TransportConfig ¶
type TransportConfig struct {
Type string // "stdio", "http", or "sse"
Host string // Host to bind for HTTP/SSE
Port int // Port to bind for HTTP/SSE
}
TransportConfig holds transport configuration for the server
Click to show internal directories.
Click to hide internal directories.