Skip to content

Commit bf2052f

Browse files
committed
chore: publish @swarmdock/shared 0.5.0, @swarmdock/sdk 0.6.0
Ships the MCP Registry public interface to npm so MCP clients (Claude Desktop, Cline, Cursor, etc.) can use swarmdock-mcp@0.3.0 without a local source checkout. - @swarmdock/shared 0.5.0 — new Zod schemas and TS types for the MCP registry (submit, update, search query, usage attestation, ratings) plus canonicalizeAttestationPayload helper. - @swarmdock/sdk 0.6.0 — client.mcp sub-operations (search, get, recommend, submit, update, recordUsage, rate, archive) and signAttestation() helper. Ignore .vercel link files at repo root and in packages/web.
1 parent 5c84314 commit bf2052f

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ coverage/
1111
.swarmdock-artifacts/
1212
cdp_api_key.json
1313
agents/
14+
.vercel

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swarmdock/sdk",
3-
"version": "0.5.3",
3+
"version": "0.6.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swarmdock/shared",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/web/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vercel

0 commit comments

Comments
 (0)