Documentation
¶
Overview ¶
Package alias implements server alias functionality for MCP.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigPath ¶
GetConfigPath returns the path to the aliases configuration file.
func GetServerCommand ¶
GetServerCommand retrieves the server command for a given alias.
Types ¶
type ServerAlias ¶
type ServerAlias struct {
Command string `json:"command"`
}
ServerAlias represents a single server command alias.
Click to show internal directories.
Click to hide internal directories.