Skip to content

Commit 7ac5ece

Browse files
committed
feat(workspace): add plugin-code-execution package and update lockfile
Adds plugin-code-execution to the workspace and updates deno.lock to include the updated @modelcontextprotocol/sdk (1.20.2), deno binary packages for multiple platforms, and registers the new @mcpc-tech/ripgrep-napi dependency for @mcpc/core.
1 parent c623ce2 commit 7ac5ece

File tree

21 files changed

+1382
-556
lines changed

21 files changed

+1382
-556
lines changed

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"./packages/cli",
1414
"./packages/mcp-sampling-ai-provider",
1515
"./packages/acp-ai-provider",
16-
"./packages/mcpc-builder"
16+
"./packages/mcpc-builder",
17+
"./packages/plugin-code-execution"
1718
],
1819
"imports": {
1920
"@es-toolkit/es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.37.2",

deno.lock

Lines changed: 61 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsr2npm.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
"packageJson": {
4848
"name": "@mcpc-tech/acp-ai-provider"
4949
}
50+
},
51+
{
52+
"name": "@mcpc/plugin-code-execution",
53+
"version": "latest",
54+
"packageJson": {
55+
"name": "@mcpc-tech/plugin-code-execution"
56+
}
5057
}
5158
]
5259
}

0 commit comments

Comments
 (0)