Skip to content

Releases: airbytehq/connector-builder-mcp

v0.3.0

11 Oct 13:46
4e01db7
Compare
Choose a tag to compare

Changes

  • feat: add eval summary report (#112)
  • feat: add action to run evals w/ phoenix (#109)

New Features ✨

  • feat: Add OPENAI_SESSION_BACKEND environment variable for session backend selection (#135)
  • feat: implement LLM cost savings in CI (#127)
  • feat: Add agent identity debug logging to expose coordination issues (#132)
  • feat: add internal monologue and smaller steps (#113)
  • feat: run evals weekly with specific dataset (#118)
  • feat: find prior experiment run across datasets (#117)
  • feat: filter evals by connector (#114)
  • feat: add evals using arize phoenix (#91)
  • feat: explicit locally scoped secrets directory (#95)
  • feat: add proper secrets handling and ci-based execution workflows (#90)
  • feat: add reporting tools and misc fix bugs (#88)
  • feat: web search without playwright, split manager/developer model config (#85)

Bug Fixes 🐛

  • fix: conversation id doesn't work with custom session ID values (#137)
  • fix: Add validation for manifest streams structure to prevent AttributeError (#130)
  • fix(validation): Auto-enable raw responses when zero records extracted (#128)
  • fix(connector-builder-agents): Improve emoji detection in update_progress_log (#122)
  • fix: add node to evals action (#111)
  • fix: make evals work with standalone phoenix client package (#110)
  • fix: use .secrets dir within cwd (not parent) (#96)
  • fix: update static-args to treat PR number as optional in slash command dispatch (#94)
  • fix: return raw responses when requested even with 0 records (#89)

Under the Hood ⚙️

  • chore: Remove redundant openai-agents-mcp dependency (#134)
  • chore: Upgrade openai-agents from 0.2.11 to 0.3.3 (#133)
  • ci(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in the minor-and-patch group across 1 directory (#123)
  • ci(deps): bump actions/checkout from 4 to 5 (#107)
  • ci(deps): bump actions/setup-python from 5 to 6 (#106)
  • ci(deps): bump actions/github-script from 7 to 8 (#108)
  • chore(evals): restructure YAML to use input/expected top-level keys (#116)
  • chore: refactor to remove global state (#92)

Documentation 📖

  • docs: split evals runbook into working and non-working sections (#98)

v0.2.0

18 Sep 18:47
abdc1fc
Compare
Choose a tag to compare

Changes

  • docs: clean up CONTRIBUTING.md and other docs (#74)

New Features ✨

  • feat: add manager-developer agent architecture with handoffs (#64)
  • feat: Add check-gh-actions poe task for actionlint CLI (#62)

Under the Hood ⚙️

  • ci: add GitHub Models CI workflow for agent testing (#65)
  • ci(deps): bump actions/checkout from 4 to 5 (#52)
  • ci(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#54)
  • ci(deps): bump actions/download-artifact from 4 to 5 (#53)
  • ci(deps): bump astral-sh/setup-uv from 6.4.3 to 6.6.1 in the minor-and-patch group (#56)
  • ci(deps): bump actions/upload-pages-artifact from 3 to 4 (#55)
  • chore: replace maintenance PATs with octavia-bot GitHub App authentication (#58)

Documentation 📖

  • docs: Update README with addlt. MCP server configurations (#75)

v0.1.10

06 Sep 02:36
c10319d
Compare
Choose a tag to compare

Changes

  • chore: tune actionlint action (#61)

New Features ✨

  • feat: add more robust config parsing (str as json) (#60)
  • feat(examples): add fully autonomous builds via poe agent-run --headless and the openai-agents library (#49)

Under the Hood ⚙️

  • ci: Add GitHub action linting workflow (#59)

v0.1.9

04 Sep 15:54
3d6c3e9
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: secret refs and config injection (#57)

v0.1.8

29 Aug 23:50
b4ae513
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: bump airbyte-cdk and fastmcp to latest versions (#51)

v0.1.7

27 Aug 19:00
a84c52d
Compare
Choose a tag to compare

New Features ✨

  • feat: add support for codex runner (#48)
  • feat(mcp): Update tool parameter descriptions for privatebin URL support (#47)

Changes

  • chore: refactor to enable auto API docs (#46)

v0.1.6

21 Aug 19:53
2a104d6
Compare
Choose a tag to compare

New Features ✨

  • feat: add one-liner CLI for testing MCP tools directly. (#43)
  • feat: replace execute_record_counts_smoke_test tool with new tool run_connector_readiness_test_report. (#42)
  • feat: Add privatebin support to connector-builder-mcp, enabling remote execution and secure retrieval of secrets when local dotenv files are not available. (#37)

Bug Fixes 🐛

  • fix: Restore original function implementations broken in PR #38. (#45)
  • fix: add --all-extras flag to pdoc-publish workflow. (#41)

v0.1.5

16 Aug 05:19
c5b6665
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(connector-builder-mcp): Add create_connector_manifest_scaffold MCP tool (#38)
  • feat: add mcp-use agent wrapper testing (#32)
  • feat: integrate CDK preprocessing into MCP validation (#31)

v0.1.4

11 Aug 19:51
f01732a
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: make populate_dotenv_missing_secrets_stubs require absolute paths and non-destructive (#30)

v0.1.3

10 Aug 22:57
604a482
Compare
Choose a tag to compare

New Features ✨

  • feat!: rename find_connectors_by_feature to find_connectors_by_class_name (#27)