Documentation
¶
Overview ¶
Package mcp implements the `apic mcp` subcommand.
It serves the apic config-manipulation tool set over MCP for AI agents, across stdio, HTTP and WebSocket transports. Network transports are fail-closed: they require a bearer token and TLS unless explicitly opted out of on a loopback bind.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMCPTokenTooShort = errors.New("mcp: auth token must be at least 16 bytes")
ErrMCPTokenTooShort is returned when the configured MCP bearer token is shorter than minMCPTokenLen bytes. Surfaced before the server listens.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.