diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 4507975d..aca038a0 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.6] - 2025-09-26 +- Fix `linkedConnections is required` schema error. + ## [1.0.5] - 2025-09-15 ### Changed diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 36a93542..b11c8361 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@sourcebot/mcp", - "version": "1.0.5", + "version": "1.0.6", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",