@orkestrel/mcp 0.0.27 → 0.0.29

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.27",
3
+ "version": "0.0.29",
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",
@@ -63,7 +63,7 @@
63
63
  "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
64
64
  "copy": "node -e \"const fs=require('node:fs'),p=require('node:path'),a=process.argv[1],b=process.argv[2];fs.mkdirSync(p.dirname(b),{recursive:true});fs.cpSync(a,b,{force:true});console.log('Copied: '+a+' to '+b)\"",
65
65
  "scaffold": "scaffold",
66
- "lint": "oxlint --config .oxlintrc.json --fix --deny-warnings .",
66
+ "lint": "oxlint --config .oxlintrc.json --fix .",
67
67
  "check": "tsc --noEmit --project tsconfig.json && npm run check:src",
68
68
  "check:src": "npm run check:src:core && npm run check:src:browser && npm run check:src:server",
69
69
  "check:src:core": "tsc --noEmit -p configs/src/tsconfig.core.json",
@@ -82,7 +82,7 @@
82
82
  "test:conformance": "vitest run --config vite.config.ts --no-cache --reporter=dot --project conformance",
83
83
  "test:distribution": "vitest run --config vite.config.ts --no-cache --reporter=dot --project distribution",
84
84
  "test:probe": "vitest run --config vite.config.ts --no-cache --reporter=verbose --project probe",
85
- "test:guides": "vitest run --config vite.config.ts --no-cache --reporter=dot --project guides",
85
+ "test:guides": "node --experimental-strip-types tests/guides.test.ts",
86
86
  "test:integration": "vitest run --config vite.config.ts --no-cache --reporter=dot --project integration",
87
87
  "build": "npm run clean && npm run build:src",
88
88
  "build:src": "npm run build:src:core && npm run build:src:browser && npm run build:src:server",
@@ -90,41 +90,40 @@
90
90
  "build:src:browser": "vite build --config configs/src/vite.browser.config.ts",
91
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",
92
92
  "prepack": "npm run build",
93
- "prepublishOnly": "npm run format:check && npm run lint:check && npm run build && npm run check && npm test && npm run test:distribution -- --mode release",
93
+ "prepublishOnly": "npm run format:check && npm run lint:check && npm run check && npm run build && npm test && npm run test:distribution -- --mode release",
94
94
  "test:bench": "vitest bench --config vite.config.ts --no-cache --project probe",
95
95
  "test:setup": "vitest run --config vite.config.ts --no-cache --reporter=dot --project setup"
96
96
  },
97
97
  "dependencies": {
98
- "@orkestrel/codec": "^0.0.1",
99
- "@orkestrel/contract": "^0.0.13",
100
- "@orkestrel/emitter": "^0.0.8",
101
- "@orkestrel/process": "^0.0.8",
102
- "@orkestrel/sse": "^0.0.5",
103
- "@orkestrel/tool": "^0.0.12",
104
- "@orkestrel/websocket": "^0.0.10"
98
+ "@orkestrel/codec": "^0.0.3",
99
+ "@orkestrel/contract": "^0.0.17",
100
+ "@orkestrel/emitter": "^0.0.10",
101
+ "@orkestrel/process": "^0.0.11",
102
+ "@orkestrel/sse": "^0.0.7",
103
+ "@orkestrel/tool": "^0.0.14",
104
+ "@orkestrel/websocket": "^0.0.12"
105
105
  },
106
106
  "devDependencies": {
107
- "@microsoft/api-extractor": "^7.59.0",
108
- "@modelcontextprotocol/conformance": "0.2.0-alpha.10",
109
- "@orkestrel/guide": "^0.0.15",
110
- "@orkestrel/probe": "^0.0.10",
111
- "@orkestrel/router": "^0.0.12",
112
- "@orkestrel/scaffold": "^0.0.59",
113
- "@orkestrel/server": "^0.0.17",
114
- "@orkestrel/test": "^0.0.11",
115
- "@types/node": "^26.4.0",
107
+ "@microsoft/api-extractor": "^7.59.1",
108
+ "@modelcontextprotocol/conformance": "0.2.0-alpha.11",
109
+ "@orkestrel/guide": "^0.0.18",
110
+ "@orkestrel/probe": "^0.0.12",
111
+ "@orkestrel/router": "^0.0.14",
112
+ "@orkestrel/scaffold": "^0.0.64",
113
+ "@orkestrel/server": "^0.0.19",
114
+ "@orkestrel/test": "^0.0.14",
115
+ "@types/node": "^26.5.1",
116
116
  "@vitest/browser-playwright": "^4.1.11",
117
- "oxfmt": "^0.65.0",
118
- "oxlint": "^1.80.0",
119
- "playwright": "^1.62.1",
117
+ "oxfmt": "^0.67.0",
118
+ "oxlint": "^1.82.0",
119
+ "playwright": "^1.63.0",
120
120
  "typescript": "^6.0.3",
121
- "vite": "^8.2.2",
122
- "vite-plugin-dts": "^5.0.3",
121
+ "vite": "^8.3.0",
123
122
  "vitest": "^4.1.11"
124
123
  },
125
124
  "peerDependencies": {
126
- "@orkestrel/router": "^0.0.12",
127
- "@orkestrel/server": "^0.0.17"
125
+ "@orkestrel/router": "^0.0.14",
126
+ "@orkestrel/server": "^0.0.19"
128
127
  },
129
128
  "engines": {
130
129
  "node": ">=22.12.0"