Skip to content

Commit ce26e30

Browse files
chore(release): 1.5.0-develop.1 [skip ci]
# @cheqd/mcp-toolkit-credo [1.5.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)
1 parent 820245b commit ce26e30

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/credo/CHANGELOG.md

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

3+
# @cheqd/mcp-toolkit-credo [1.5.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+
310
# @cheqd/mcp-toolkit-credo [1.4.0](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-05-15)
411

512

packages/credo/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cheqd/mcp-toolkit-credo",
3-
"version": "1.4.0",
3+
"version": "1.5.0-develop.1",
44
"packageManager": "[email protected]",
55
"description": "MCP Toolkit for credo-ts",
66
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
@@ -38,7 +38,8 @@
3838
"@hyperledger/aries-askar-nodejs": "^0.2.3",
3939
"qrcode": "^1.5.4",
4040
"@modelcontextprotocol/sdk": "^1.12.1",
41-
"zod": "^3.25.56" },
41+
"zod": "^3.25.56"
42+
},
4243
"devDependencies": {
4344
"@types/node": "^24.0.0",
4445
"@types/qrcode": "^1.5.5",

0 commit comments

Comments
 (0)