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 to monitor mcp services on registry center
type AdapterConfig ¶
type AdapterConfig struct {
Registries map[string]model.Registry `yaml:"registries" json:"registries" mapstructure:"registries"`
}
AdapterConfig holds configuration for multiple registries
type McpServerInfo ¶
type McpServerInfo struct {
ServerID string `json:"server_id"`
Endpoint string `json:"endpoint"`
Protocol string `json:"protocol"`
Metadata map[string]string `json:"metadata"`
}
McpServerInfo represents an MCP server instance from service discovery
type Plugin ¶
type Plugin struct{}
Plugin to monitor mcp services on registry center
func (*Plugin) CreateAdapter ¶
CreateAdapter returns the mcp server adapter
Click to show internal directories.
Click to hide internal directories.