Documentation
¶
Overview ¶
Package mcp exposes Atlas read-only project tools through the MCP protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServeStdio ¶
ServeStdio starts the Atlas MCP server over stdio.
Types ¶
type Inventory ¶
type Inventory struct {
Routes map[string][]string
Schedules map[string][]string
Commands map[string][]string
Queues []string
Caches []string
Disks []string
EventBuses []string
Resources []workflows.ResourceLink
}
Inventory contains app-aware read-only project facts exposed by Atlas.
Click to show internal directories.
Click to hide internal directories.