Skip to content

Commit 13ecbdf

Browse files
committed
chore(deps): bump plugin-code-execution to v0.0.6
This commit updates the `@mcpc-tech/plugin-code-execution` dependency from version `^0.0.5` to `^0.0.6`. This update incorporates the latest features and fixes from the code execution plugin. The CLI package version is also bumped to `0.1.16` to reflect this change, and the `deno.lock` file has been updated accordingly.
1 parent 33f90da commit 13ecbdf

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

deno.lock

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

packages/cli/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpc/cli",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mcpc-tech/mcpc.git"
@@ -12,7 +12,7 @@
1212
"./app": "./src/app.ts"
1313
},
1414
"imports": {
15-
"@mcpc-tech/plugin-code-execution": "npm:@mcpc-tech/plugin-code-execution@^0.0.5",
15+
"@mcpc-tech/plugin-code-execution": "npm:@mcpc-tech/plugin-code-execution@^0.0.6",
1616
"@mcpc/core": "jsr:@mcpc/core@^0.3.4",
1717
"@mcpc/utils": "jsr:@mcpc/utils@^0.2.2",
1818
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",

0 commit comments

Comments
 (0)