Skip to content

Releases: airbytehq/connector-builder-mcp

v0.1.2

09 Aug 02:15
2510724
Compare
Choose a tag to compare

Changes

  • fix: manifest retrieval should not return metadata.yaml files (#25)

New Features ✨

  • feat: Add bin/index_build.py script to create searchable connector component index (#26)

v0.1.1

08 Aug 18:06
620ad19
Compare
Choose a tag to compare

✨ New Features

  • feat(mcp): Add connector builder development checklist tool (#24)

📖 Docs

  • fix readme refs to package name (#22)

v0.1.0

07 Aug 22:08
100d954
Compare
Choose a tag to compare

Official First Release (v0.1.0)

The first official publish of airbyte-connector-builder-mcp. 🎉

Show/Hide Initial Changelog

Feature Work

  • feat: improved llm docs and guidance, add execute_record_counts_smoke_test (#19)
  • feat: update manifest parameters to accept YAML string or file path (#18)
  • feat: add options for returning record data and raw responses/requests in execute_stream_test_read (#12)
  • feat: add get_connector_manifest command to retrieve connector metadata (#15)
  • feat: implement dotenv-based secret management system (#11)
  • feat: add get_connector_builder_docs tool for LLM guidance (#6)
  • feat: add comprehensive MCP integration tests and testing documentation (#5)
  • feat: add basic MCP implementation for connector building (#2)

Other Updates

  • ci: working pypi publish operation (#21)
  • docs: add VS Code MCP configuration and testing instructions (#17)
  • chore: add mcp.json for vs code, allows local mcp tests (#16)
  • docs: clean up repo docs (#13)
  • fix: preserve specific CDK validation errors in validate_manifest (#14)
  • fix: improve readme and fix rename stragglers (#10)
  • chore: renaming repo to connector-builder-mcp (#9)
  • fix: resolve catalog issue that was blocking test read (#8)
  • ci: fix pr welcome message, fix uv syntax (#7)
  • ci(deps): bump chuhlomin/render-template from 1.4 to 1.10 in the minor-and-patch group (#3)
  • ci(deps): bump actions/github-script from 6 to 7 (#4)