mcp

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 44 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL