Skip to content

Conversation

aaronsteers
Copy link
Contributor

@aaronsteers aaronsteers commented Aug 1, 2025

Important

Auto-merge enabled.

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

@Copilot Copilot AI review requested due to automatic review settings August 1, 2025 22:40
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 renames the repository and package from "builder-mcp" to "connector-builder-mcp" to provide a more descriptive and specific name that better reflects the project's purpose as an MCP server for Airbyte connector building operations.

  • Updates package name and references throughout the codebase
  • Updates GitHub repository references and URLs
  • Updates command line tool names and documentation examples

Reviewed Changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/test_server.py Updates test assertions to check for the new app name
src/builder_mcp/main.py Updates print statement to reflect new package name
pyproject.toml Updates project name and script entry point
poe_tasks.toml Updates task commands to use new executable name
builder_mcp/server.py Updates FastMCP app initialization with new name
TESTING.md Updates documentation examples and repository URL
README.md Updates project title, descriptions, and usage examples
CONTRIBUTING.md Updates repository URLs and command examples
.github/workflows/pytest-matrix.yml Updates issue reference URL
.github/workflows/publish.yml Updates PyPI URL and documentation reference
.github/pr-welcome-internal.md Updates repository URLs and package references
.github/pr-welcome-community.md Updates repository URL and package reference

Copy link

github-actions bot commented Aug 1, 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/rename-repo", "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/rename-repo#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 1, 2025

PyTest Results (Fast)

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

Results for commit c5703dc. ± Comparison against base commit 70e6722.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 1, 2025

PyTest Results (Full)

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

Results for commit c5703dc. ± Comparison against base commit 70e6722.

♻️ This comment has been updated with latest results.

@aaronsteers aaronsteers changed the title chore: renaming repo chore: renaming repo to connector-builder-mcp Aug 1, 2025
@aaronsteers aaronsteers enabled auto-merge (squash) August 1, 2025 22:44
@aaronsteers aaronsteers merged commit 3d97ea9 into main Aug 1, 2025
12 of 14 checks passed
@aaronsteers aaronsteers deleted the aj/chore/rename-repo branch August 1, 2025 22:45
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