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 46405bf commit 17d47bfCopy full SHA for 17d47bf
packages/mcp/CHANGELOG.md
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.2] - 2025-05-28
11
+
12
### Changed
13
- Added API key support. [#311](https://github.com/sourcebot-dev/sourcebot/pull/311)
14
-# [1.0.1] - 2025-05-15
15
+## [1.0.1] - 2025-05-15
16
17
18
- Updated API client to match the latest Sourcebot release. [#307](https://github.com/sourcebot-dev/sourcebot/pull/307)
packages/mcp/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sourcebot/mcp",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"type": "module",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments