summaryrefslogtreecommitdiffhomepage
path: root/packages/mcp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mcp/package.json')
-rw-r--r--packages/mcp/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/mcp/package.json b/packages/mcp/package.json
index 9f862fa..8a3f47d 100644
--- a/packages/mcp/package.json
+++ b/packages/mcp/package.json
@@ -1,12 +1,12 @@
{
- "name": "@dispatch/mcp",
- "version": "0.0.0",
- "type": "module",
- "private": true,
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "dependencies": {
- "@dispatch/kernel": "workspace:*",
- "@dispatch/session-orchestrator": "workspace:*"
- }
+ "name": "@dispatch/mcp",
+ "version": "0.0.0",
+ "type": "module",
+ "private": true,
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
+ "dependencies": {
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/session-orchestrator": "workspace:*"
+ }
}