Skip to content

Commit a14c313

Browse files
chore(release): 1.3.0-develop.2 [skip ci]
# @cheqd/mcp-toolkit-remote-server [1.3.0-develop.2](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-06-26) ### Bug Fixes * logging error ([#50](#50)) ([f355723](f355723)) ### Dependencies * **@cheqd/mcp-toolkit-server:** upgraded to 1.4.0-develop.2
1 parent f7cdd79 commit a14c313

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/remote-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-remote-server [1.3.0-develop.2](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* logging error ([#50](https://github.com/cheqd/mcp-toolkit/issues/50)) ([f355723](https://github.com/cheqd/mcp-toolkit/commit/f355723b334d9844fb0e084744c0541b2f843937))
9+
10+
11+
12+
13+
14+
### Dependencies
15+
16+
* **@cheqd/mcp-toolkit-server:** upgraded to 1.4.0-develop.2
17+
318
# @cheqd/mcp-toolkit-remote-server [1.3.0-develop.1](https://github.com/cheqd/mcp-toolkit/compare/@cheqd/[email protected]...@cheqd/[email protected]) (2025-06-11)
419

520

packages/remote-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-remote-server",
3-
"version": "1.3.0-develop.1",
3+
"version": "1.3.0-develop.2",
44
"packageManager": "[email protected]",
55
"description": "MCP Toolkit Remote Server for cheqd",
66
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
@@ -23,7 +23,7 @@
2323
"mcp"
2424
],
2525
"dependencies": {
26-
"@cheqd/mcp-toolkit-server": "workspace:*",
26+
"@cheqd/mcp-toolkit-server": "1.4.0-develop.2",
2727
"@modelcontextprotocol/sdk": "^1.13.0",
2828
"zod": "^3.25.56",
2929
"cookie-parser": "^1.4.7",

0 commit comments

Comments
 (0)