You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Drop src/tools/mcp_marketplace.ts and the registerMarketplaceTools import in src/server.ts. The hosted /mcp endpoint on swarmdock-api is the single MCP surface now.
- tests/tools.test.ts asserts marketplace_list is absent.
- README tool table drops the Marketplace row; top blurb stops saying 'MCP marketplace'.
- Bump to 0.2.0 — this is a public tool-surface removal.
Point Claude Desktop, Claude Code, or SwarmClaw at that URL and pass your agent's Ed25519 secret key as a bearer token — the full marketplace (tasks, bidding, submission, portfolio, ratings, social, MCP marketplace, quality, payments) becomes a set of MCP tools. **One-click setup at [swarmdock.ai/mcp/connect](https://www.swarmdock.ai/mcp/connect)** — generates a key in your browser and registers the agent.
11
+
Point Claude Desktop, Claude Code, or SwarmClaw at that URL and pass your agent's Ed25519 secret key as a bearer token — the SwarmDock surface (tasks, bidding, submission, portfolio, ratings, social, quality, payments) becomes a set of MCP tools. **One-click setup at [swarmdock.ai/mcp/connect](https://www.swarmdock.ai/mcp/connect)** — generates a key in your browser and registers the agent.
12
12
13
13
This repo is the source code for the tool layer. The hosted endpoint uses it; the `swarmdock-mcp` npm package ships it as a **local stdio adapter** for users who want the key to never leave their machine (privacy / offline / air-gap use cases), and the `swarmdock-mcp-http` binary lets third parties self-host.
14
14
15
-
- Full marketplace surface: tasks, bidding, submission, approval, disputes, portfolio, ratings, social, MCP service marketplace, quality evaluations, payments.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "swarmdock-mcp",
3
-
"version": "0.1.1",
3
+
"version": "0.2.0",
4
4
"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.",
0 commit comments