@orkestrel/mcp 0.0.12 → 0.0.13

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.12",
3
+ "version": "0.0.13",
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",
@@ -78,6 +78,7 @@
78
78
  "test:src:browser": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:browser",
79
79
  "test:src:server": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:server",
80
80
  "test:policy": "vitest run --config vite.config.ts --no-cache --reporter=dot --project policy",
81
+ "test:conformance": "vitest run --config vite.config.ts --no-cache --project conformance",
81
82
  "test:guides": "vitest run --config vite.config.ts --reporter=dot --project guides",
82
83
  "build": "npm run clean && npm run build:src",
83
84
  "build:src": "npm run build:src:core && npm run build:src:browser && npm run build:src:server",
@@ -87,7 +88,7 @@
87
88
  "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test"
88
89
  },
89
90
  "dependencies": {
90
- "@orkestrel/contract": "^0.0.9",
91
+ "@orkestrel/contract": "^0.0.10",
91
92
  "@orkestrel/emitter": "^0.0.5",
92
93
  "@orkestrel/sse": "^0.0.4",
93
94
  "@orkestrel/tool": "^0.0.9",
@@ -95,17 +96,17 @@
95
96
  },
96
97
  "devDependencies": {
97
98
  "@microsoft/api-extractor": "^7.58.12",
98
- "@orkestrel/guide": "^0.0.8",
99
+ "@orkestrel/guide": "^0.0.9",
99
100
  "@orkestrel/router": "^0.0.8",
100
- "@orkestrel/scaffold": "^0.0.20",
101
+ "@orkestrel/scaffold": "^0.0.22",
101
102
  "@orkestrel/server": "^0.0.10",
102
- "@types/node": "^26.1.2",
103
+ "@types/node": "^26.2.0",
103
104
  "@vitest/browser-playwright": "^4.1.10",
104
105
  "oxfmt": "^0.62.0",
105
106
  "oxlint": "^1.77.0",
106
107
  "playwright": "^1.62.1",
107
108
  "typescript": "^6.0.3",
108
- "vite": "~8.2.0",
109
+ "vite": "~8.2.1",
109
110
  "vite-plugin-dts": "^5.0.3",
110
111
  "vitest": "^4.1.10"
111
112
  },