airbyte_ops_mcp.mcp
MCP tools organized by functional domain.
This package contains all MCP tool implementations organized by module name. Domain is automatically inferred from the file stem where tools are defined:
connector_versions: cloud version overrides, rollouts, pre-release publishconnector_registry: registry reads/yank plus monorepo list/bumpconnector_qa: regression tests and release blockingconnection_medic: connection state/catalog reads plus emergency writesprod_db_ops: Prod Cloud DB-replica SQL querieslogging: GCP Cloud Logging backend-error lookupcontext_store_ops: MotherDuck / context-store diagnosticsorganization_admin: is_agentic flag, payment config, customer tiersgithub_ops: CI workflow trigger/status, Docker image info, subscriptionshuman_in_the_loop: human escalation, team-roster lookup, Slack newsletter postingdevin_ops: reminders, secret requests, session feedback and namingprompts: prompt templates for common workflows
1"""MCP tools organized by functional domain. 2 3This package contains all MCP tool implementations organized by module name. 4Domain is automatically inferred from the file stem where tools are defined: 5- `connector_versions`: cloud version overrides, rollouts, pre-release publish 6- `connector_registry`: registry reads/yank plus monorepo list/bump 7- `connector_qa`: regression tests and release blocking 8- `connection_medic`: connection state/catalog reads plus emergency writes 9- `prod_db_ops`: Prod Cloud DB-replica SQL queries 10- `logging`: GCP Cloud Logging backend-error lookup 11- `context_store_ops`: MotherDuck / context-store diagnostics 12- `organization_admin`: is_agentic flag, payment config, customer tiers 13- `github_ops`: CI workflow trigger/status, Docker image info, subscriptions 14- `human_in_the_loop`: human escalation, team-roster lookup, Slack newsletter posting 15- `devin_ops`: reminders, secret requests, session feedback and naming 16- `prompts`: prompt templates for common workflows 17"""