Skip to content

Commit 3ac21ef

Browse files
chore(release): 1.4.0-develop.1 [skip ci]
# @cheqd/mcp-toolkit-server [1.4.0-develop.1](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-06-11) ### Features * Streaming http support [DEV-5079] ([#43](#43)) ([820245b](820245b)), closes [#41](#41) ### Dependencies * **@cheqd/mcp-toolkit-credo:** upgraded to 1.5.0-develop.1
1 parent ce26e30 commit 3ac21ef

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/server/CHANGELOG.md

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

3+
# @cheqd/mcp-toolkit-server [1.4.0-develop.1](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* Streaming http support [DEV-5079] ([#43](https://github.com/cheqd/mcp-toolkit/issues/43)) ([820245b](https://github.com/cheqd/mcp-toolkit/commit/820245b459ef246efa7a73c1670644aa43eefd38)), closes [#41](https://github.com/cheqd/mcp-toolkit/issues/41)
9+
10+
11+
12+
13+
14+
### Dependencies
15+
16+
* **@cheqd/mcp-toolkit-credo:** upgraded to 1.5.0-develop.1
17+
318
## @cheqd/mcp-toolkit-server [1.3.1](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-05-15)
419

520

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.3.1",
3+
"version": "1.4.0-develop.1",
44
"packageManager": "[email protected]",
55
"description": "MCP Toolkit Server for cheqd",
66
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
@@ -30,7 +30,7 @@
3030
"mcp"
3131
],
3232
"dependencies": {
33-
"@cheqd/mcp-toolkit-credo": "workspace:*",
33+
"@cheqd/mcp-toolkit-credo": "1.5.0-develop.1",
3434
"@modelcontextprotocol/sdk": "^1.12.1",
3535
"zod": "^3.25.56"
3636
},

0 commit comments

Comments
 (0)