Skip to content

Commit b543f08

Browse files
chore(release): 1.0.0 [skip ci]
# @cheqd/mcp-toolkit-server 1.0.0 (2025-03-28) ### Bug Fixes * Add format script ([dd52a22](dd52a22)) * addressed review comments ([62e5609](62e5609)) * double start and QR code ([4fa489f](4fa489f)) * package names ([ce71fa9](ce71fa9)) * Update docker-compose and demo files [DEV-4851] ([#7](#7)) ([fc298d6](fc298d6)) ### Dependencies * **@cheqd/mcp-toolkit-credo:** upgraded to 1.0.0
1 parent d5f0deb commit b543f08

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

packages/server/CHANGELOG.md

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

3+
# @cheqd/mcp-toolkit-server 1.0.0 (2025-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Add format script ([dd52a22](https://github.com/cheqd/mcp-toolkit/commit/dd52a22b491a50e8ebbfb37e0c80bffe08082d4e))
9+
* addressed review comments ([62e5609](https://github.com/cheqd/mcp-toolkit/commit/62e56096c211d3d52bfa2dd77183ed5793425279))
10+
* double start and QR code ([4fa489f](https://github.com/cheqd/mcp-toolkit/commit/4fa489f75103c6e45209b230533ec11d00f22307))
11+
* package names ([ce71fa9](https://github.com/cheqd/mcp-toolkit/commit/ce71fa98fcc6941a81f6d5b83866513fd0712458))
12+
* Update docker-compose and demo files [DEV-4851] ([#7](https://github.com/cheqd/mcp-toolkit/issues/7)) ([fc298d6](https://github.com/cheqd/mcp-toolkit/commit/fc298d61f66d1f731486900915c5e16530f5b2d9))
13+
14+
15+
16+
17+
18+
### Dependencies
19+
20+
* **@cheqd/mcp-toolkit-credo:** upgraded to 1.0.0
21+
322
# @cheqd/mcp-toolkit-server [1.0.0-develop.5](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-03-28)
423

524

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.5",
3+
"version": "1.0.0",
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": "1.0.0-develop.5",
31+
"@cheqd/mcp-toolkit-credo": "1.0.0",
3232
"@modelcontextprotocol/sdk": "^1.8.0",
3333
"zod": "^3.24.2"
3434
},

0 commit comments

Comments
 (0)