@stdiobus/workers-registry 1.5.1 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@ export interface SessionState {
71
71
  /**
72
72
  * MCP JSON-RPC request message.
73
73
  *
74
- * Represents a request from an MCP client (like Kiro IDE) to the proxy.
74
+ * Represents a request from an MCP client (like IDE) to the proxy.
75
75
  * Uses JSON-RPC 2.0 format.
76
76
  */
77
77
  export type MCPRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdiobus/workers-registry",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Worker implementations for stdio Bus kernel - ACP, MCP, and protocol bridges",
5
5
  "type": "module",
6
6
  "main": "./out/dist/workers-registry/acp-registry/index.js",
@@ -73,7 +73,9 @@
73
73
  "test:unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js tests/unit",
74
74
  "test:property": "node --experimental-vm-modules node_modules/jest/bin/jest.js tests/property",
75
75
  "test:integration": "node --experimental-vm-modules node_modules/jest/bin/jest.js tests/integration",
76
- "sync-acp": "node scripts/sync-acp.js"
76
+ "sync-acp": "node scripts/sync-acp.js",
77
+ "badges": "node scripts/readme/generate.js",
78
+ "badges:check": "node scripts/readme/generate.js --check"
77
79
  },
78
80
  "keywords": [
79
81
  "acp",