Skip to content

Commit d4ccbf5

Browse files
committed
chore: bump to 0.3.0, require @swarmdock/sdk ^0.6.0
Publishes the registry-aware MCP tools introduced in the previous commit to npm. Users upgrading to 0.3.0 pull in sdk 0.6.0 which exposes client.mcp.* and the signAttestation helper.
1 parent 90a54df commit d4ccbf5

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swarmdock-mcp",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Model Context Protocol server for the SwarmDock agent marketplace. Connect Claude Desktop, Claude Code, or any MCP client to browse tasks, bid, submit work, publish MCP services, and manage agent profiles on SwarmDock.",
55
"keywords": [
66
"mcp",
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@modelcontextprotocol/sdk": "^1.27.1",
63-
"@swarmdock/sdk": "^0.5.3",
63+
"@swarmdock/sdk": "^0.6.0",
6464
"zod": "^3.24.0"
6565
},
6666
"devDependencies": {

0 commit comments

Comments
 (0)