We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c9ec0 commit 7a97d4eCopy full SHA for 7a97d4e
packages/mcp/CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.6] - 2025-09-26
11
+- Fix `linkedConnections is required` schema error.
12
+
13
## [1.0.5] - 2025-09-15
14
15
### Changed
packages/mcp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sourcebot/mcp",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"type": "module",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments