Skip to content

Commit 02f5cea

Browse files
committed
Merge pull request #29 from mcpc-tech/feat/cli-add-proxy-mode
feat: implement proxy configuration and mode handling in CLI
2 parents 021ec78 + 5006d90 commit 02f5cea

File tree

7 files changed

+1632
-447
lines changed

7 files changed

+1632
-447
lines changed

deno.lock

Lines changed: 216 additions & 428 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpc/cli",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mcpc-tech/mcpc.git"
@@ -12,6 +12,7 @@
1212
"./app": "./src/app.ts"
1313
},
1414
"imports": {
15+
"@mcpc-tech/plugin-code-execution": "npm:@mcpc-tech/plugin-code-execution@^0.0.4",
1516
"@mcpc/core": "jsr:@mcpc/core@^0.3.4",
1617
"@mcpc/utils": "jsr:@mcpc/utils@^0.2.2",
1718
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",

0 commit comments

Comments
 (0)