@orkestrel/mcp 0.0.18 → 0.0.19
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.
|
|
3
|
+
"version": "0.0.19",
|
|
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",
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@orkestrel/contract": "^0.0.12",
|
|
95
95
|
"@orkestrel/emitter": "^0.0.7",
|
|
96
|
+
"@orkestrel/process": "^0.0.3",
|
|
96
97
|
"@orkestrel/sse": "^0.0.5",
|
|
97
98
|
"@orkestrel/tool": "^0.0.11",
|
|
98
99
|
"@orkestrel/websocket": "^0.0.9"
|
|
@@ -102,18 +103,18 @@
|
|
|
102
103
|
"@modelcontextprotocol/conformance": "0.2.0-alpha.10",
|
|
103
104
|
"@orkestrel/guide": "^0.0.12",
|
|
104
105
|
"@orkestrel/router": "^0.0.10",
|
|
105
|
-
"@orkestrel/scaffold": "^0.0.
|
|
106
|
+
"@orkestrel/scaffold": "^0.0.44",
|
|
106
107
|
"@orkestrel/server": "^0.0.14",
|
|
107
|
-
"@orkestrel/test": "^0.0.
|
|
108
|
+
"@orkestrel/test": "^0.0.7",
|
|
108
109
|
"@types/node": "^26.2.0",
|
|
109
|
-
"@vitest/browser-playwright": "^4.1.
|
|
110
|
-
"oxfmt": "^0.
|
|
111
|
-
"oxlint": "^1.
|
|
110
|
+
"@vitest/browser-playwright": "^4.1.11",
|
|
111
|
+
"oxfmt": "^0.64.0",
|
|
112
|
+
"oxlint": "^1.79.0",
|
|
112
113
|
"playwright": "^1.62.1",
|
|
113
114
|
"typescript": "^6.0.3",
|
|
114
115
|
"vite": "~8.2.1",
|
|
115
116
|
"vite-plugin-dts": "^5.0.3",
|
|
116
|
-
"vitest": "^4.1.
|
|
117
|
+
"vitest": "^4.1.11"
|
|
117
118
|
},
|
|
118
119
|
"peerDependencies": {
|
|
119
120
|
"@orkestrel/router": "^0.0.10",
|