Skip to content

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented Aug 6, 2025

Important

Auto-merge enabled.

This PR is set to merge automatically when all requirements are met.

Note

Auto-merge may have been disabled. Please check the PR status to confirm.

@Copilot Copilot AI review requested due to automatic review settings August 6, 2025 18:12
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds VS Code MCP (Model Context Protocol) configuration to enable local testing of the connector-builder-mcp package. The configuration sets up a development server that uses uv to run the local project.

  • Adds VS Code MCP configuration file for local development testing
  • Configures stdio-based MCP server using uv package manager

@aaronsteers aaronsteers enabled auto-merge (squash) August 6, 2025 18:12
Copy link

github-actions bot commented Aug 6, 2025

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This Branch via MCP

To test the changes in this specific branch with an MCP client like Claude Desktop, use the following configuration:

{
  "mcpServers": {
    "connector-builder-mcp-dev": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/airbytehq/connector-builder-mcp.git@aj/chore/add-mcp-local-dev-for-vs-code", "connector-builder-mcp"]
    }
  }
}

Testing This Branch via CLI

You can test this version of the MCP Server using the following CLI snippet:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/connector-builder-mcp.git@aj/chore/add-mcp-local-dev-for-vs-code#egg=airbyte-connector-builder-mcp' --help

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poe <command> - Runs any poe command in the uv virtual environment

📝 Edit this welcome message.

Copy link

github-actions bot commented Aug 6, 2025

PyTest Results (Fast)

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 8b9d6d8. ± Comparison against base commit eb0c5dd.

@aaronsteers aaronsteers disabled auto-merge August 6, 2025 18:14
@aaronsteers aaronsteers merged commit ee53eea into main Aug 6, 2025
14 checks passed
@aaronsteers aaronsteers deleted the aj/chore/add-mcp-local-dev-for-vs-code branch August 6, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant