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:

  • github_repo_ops: GitHub repository operations
  • cloud_connector_versions: Cloud connector version management
  • prod_db_queries: Production database queries
  • github_actions: GitHub Actions workflow operations
  • regression_tests: Connector regression testing
  • prerelease: Connector prerelease operations
  • gcp_logs: GCP log queries
 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- github_repo_ops: GitHub repository operations
 6- cloud_connector_versions: Cloud connector version management
 7- prod_db_queries: Production database queries
 8- github_actions: GitHub Actions workflow operations
 9- regression_tests: Connector regression testing
10- prerelease: Connector prerelease operations
11- gcp_logs: GCP log queries
12"""