Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "mcp",
Short: "Start MCP server for AI agent orchestration",
Long: `Starts a Model Context Protocol (MCP) server over stdio (JSON-RPC).
AI agents can use the exposed tools to orchestrate the full UE5 dedicated
server deployment pipeline: prerequisite checks, engine builds, game builds,
container creation, deployment, and session management.
Example MCP client configuration:
{
"mcpServers": {
"ludus": {
"command": "ludus",
"args": ["mcp"]
}
}
}`,
RunE: runMCP,
}
Cmd is the mcp subcommand that starts an MCP stdio server.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.