@orkestrel/mcp 0.0.18 → 0.0.20

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orkestrel/mcp",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "description": "A typed Model Context Protocol client/server with pluggable HTTP, WebSocket, and stdio transports. Part of the @orkestrel line.",
5
5
  "keywords": [
6
6
  "json-rpc",
@@ -80,6 +80,7 @@
80
80
  "test:policy": "vitest run --config vite.config.ts --no-cache --reporter=dot --project policy",
81
81
  "test:config": "vitest run --config vite.config.ts --no-cache --reporter=dot --project config",
82
82
  "test:conformance": "vitest run --config vite.config.ts --no-cache --reporter=dot --project conformance",
83
+ "test:distribution": "vitest run --config vite.config.ts --no-cache --reporter=dot --project distribution",
83
84
  "test:probe": "vitest run --config vite.config.ts --no-cache --reporter=verbose --project probe",
84
85
  "test:guides": "vitest run --config vite.config.ts --reporter=dot --project guides",
85
86
  "test:integration": "vitest run --config vite.config.ts --no-cache --reporter=dot --project integration",
@@ -88,11 +89,12 @@
88
89
  "build:src:core": "vite build --config configs/src/vite.core.config.ts && npm run copy dist/src/core/index.d.ts dist/src/core/index.d.cts",
89
90
  "build:src:browser": "vite build --config configs/src/vite.browser.config.ts",
90
91
  "build:src:server": "vite build --config configs/src/vite.server.config.ts && npm run copy dist/src/server/index.d.ts dist/src/server/index.d.cts",
91
- "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test"
92
+ "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test && npm run test:distribution -- --mode release"
92
93
  },
93
94
  "dependencies": {
94
95
  "@orkestrel/contract": "^0.0.12",
95
96
  "@orkestrel/emitter": "^0.0.7",
97
+ "@orkestrel/process": "^0.0.4",
96
98
  "@orkestrel/sse": "^0.0.5",
97
99
  "@orkestrel/tool": "^0.0.11",
98
100
  "@orkestrel/websocket": "^0.0.9"
@@ -102,18 +104,18 @@
102
104
  "@modelcontextprotocol/conformance": "0.2.0-alpha.10",
103
105
  "@orkestrel/guide": "^0.0.12",
104
106
  "@orkestrel/router": "^0.0.10",
105
- "@orkestrel/scaffold": "^0.0.41",
107
+ "@orkestrel/scaffold": "^0.0.44",
106
108
  "@orkestrel/server": "^0.0.14",
107
- "@orkestrel/test": "^0.0.6",
109
+ "@orkestrel/test": "^0.0.7",
108
110
  "@types/node": "^26.2.0",
109
- "@vitest/browser-playwright": "^4.1.10",
110
- "oxfmt": "^0.63.0",
111
- "oxlint": "^1.78.0",
111
+ "@vitest/browser-playwright": "^4.1.11",
112
+ "oxfmt": "^0.64.0",
113
+ "oxlint": "^1.79.0",
112
114
  "playwright": "^1.62.1",
113
115
  "typescript": "^6.0.3",
114
116
  "vite": "~8.2.1",
115
117
  "vite-plugin-dts": "^5.0.3",
116
- "vitest": "^4.1.10"
118
+ "vitest": "^4.1.11"
117
119
  },
118
120
  "peerDependencies": {
119
121
  "@orkestrel/router": "^0.0.10",