ddi-ops-mcp
v0.1.0
Published
Public MCP stdio adapter for DDI Operations Manager agent tools.
Downloads
158
Readme
ddi-ops-mcp
Public stdio MCP adapter for DDI Operations Manager.
This package contains only the local MCP transport adapter. It does not include Firebase service-account credentials, agent tokens, database clients, or raw database access. Runtime credentials must be supplied through environment variables generated in DDI Operations Manager Settings -> Agents.
Usage
{
"mcpServers": {
"ddi-ops-manager": {
"command": "npx",
"args": ["-y", "ddi-ops-mcp@latest"],
"env": {
"DDI_OPS_FUNCTIONS_BASE_URL": "https://australia-southeast1-ddi-ops-manager.cloudfunctions.net",
"DDI_OPS_AGENT_UID": "<agent-uuid>",
"DDI_OPS_AGENT_TOKEN": "<agent-token>",
"DDI_OPS_SOURCE_AGENT": "codex"
}
}
}
}Smoke Messages
npx -y ddi-ops-mcp@latest --print-smokeThe smoke command prints newline-delimited JSON-RPC messages for initialize,
tools/list, and a read-only search_customers call.
