summaryrefslogtreecommitdiffhomepage
path: root/bun.lock
diff options
context:
space:
mode:
Diffstat (limited to 'bun.lock')
-rw-r--r--bun.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 44e7bcd..3671dee 100644
--- a/bun.lock
+++ b/bun.lock
@@ -62,6 +62,7 @@
"@dispatch/journal-sink": "workspace:*",
"@dispatch/kernel": "workspace:*",
"@dispatch/lsp": "workspace:*",
+ "@dispatch/mcp": "workspace:*",
"@dispatch/message-queue": "workspace:*",
"@dispatch/provider-openai-compat": "workspace:*",
"@dispatch/provider-umans": "workspace:*",
@@ -104,6 +105,14 @@
"@dispatch/kernel": "workspace:*",
},
},
+ "packages/mcp": {
+ "name": "@dispatch/mcp",
+ "version": "0.0.0",
+ "dependencies": {
+ "@dispatch/kernel": "workspace:*",
+ "@dispatch/session-orchestrator": "workspace:*",
+ },
+ },
"packages/message-queue": {
"name": "@dispatch/message-queue",
"version": "0.0.0",
@@ -349,6 +358,8 @@
"@dispatch/lsp": ["@dispatch/lsp@workspace:packages/lsp"],
+ "@dispatch/mcp": ["@dispatch/mcp@workspace:packages/mcp"],
+
"@dispatch/message-queue": ["@dispatch/message-queue@workspace:packages/message-queue"],
"@dispatch/observability-collector": ["@dispatch/observability-collector@workspace:packages/observability-collector"],