-
Notifications
You must be signed in to change notification settings - Fork 2
chore: renaming repo to connector-builder-mcp
#9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 |
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. Testing This Branch via MCPTo 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 CLIYou 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 CommandsAirbyte Maintainers can execute the following slash commands on your PR:
|
connector-builder-mcp
Important
Auto-merge enabled.
This PR is set to merge automatically when all requirements are met.