Skip to content

Commit 72218b3

Browse files
chore(release): 1.0.0-develop.2 [skip ci]
# @cheqd/mcp-toolkit-server [1.0.0-develop.2](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-03-26) ### Bug Fixes * addressed review comments ([62e5609](62e5609)) * double start and QR code ([4fa489f](4fa489f)) ### Dependencies * **@cheqd/mcp-toolkit-credo:** upgraded to 1.0.0-develop.2
1 parent 307227d commit 72218b3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

packages/server/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
# @cheqd/mcp-toolkit-server [1.0.0-develop.2](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* addressed review comments ([62e5609](https://github.com/cheqd/mcp-toolkit/commit/62e56096c211d3d52bfa2dd77183ed5793425279))
9+
* double start and QR code ([4fa489f](https://github.com/cheqd/mcp-toolkit/commit/4fa489f75103c6e45209b230533ec11d00f22307))
10+
11+
12+
13+
14+
15+
### Dependencies
16+
17+
* **@cheqd/mcp-toolkit-credo:** upgraded to 1.0.0-develop.2
18+
319
# @cheqd/mcp-toolkit-server 1.0.0-develop.1 (2025-03-20)
420

521

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cheqd/mcp-toolkit-server",
3-
"version": "1.0.0-develop.1",
3+
"version": "1.0.0-develop.2",
44
"packageManager": "[email protected]",
55
"description": "MCP Toolkit Server for cheqd",
66
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
@@ -28,7 +28,7 @@
2828
"mcp"
2929
],
3030
"dependencies": {
31-
"@cheqd/mcp-toolkit-credo": "workspace:*",
31+
"@cheqd/mcp-toolkit-credo": "1.0.0-develop.2",
3232
"@modelcontextprotocol/sdk": "^1.8.0",
3333
"zod": "^3.24.2"
3434
},

0 commit comments

Comments
 (0)