Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QueueStartFn func(siteName, sitePath, phpVersion, queue string, tries, timeout int) error QueueStopFn func(siteName string) error )
QueueStartFn and QueueStopFn are injected by the cli package (which owns the cross-platform worker lifecycle) so the queue tools reuse it without a cli -> mcp -> cli import cycle.
Functions ¶
func Serve ¶
func Serve() error
Serve runs the MCP server, reading JSON-RPC messages from stdin and writing responses to stdout. All diagnostic output goes to stderr so it never corrupts the JSON-RPC stream on stdout.
func ToolActions ¶ added in v1.29.0
ToolActions maps each tool name to the actions it advertises, so the docs-drift test can assert every action reaches the reference every client reads.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.