Skip to content

Commit 0a46cd3

Browse files
committed
feat: update @mcpc/core version to ^0.3.4 across multiple packages
1 parent 4aecb45 commit 0a46cd3

File tree

7 files changed

+449
-262
lines changed

7 files changed

+449
-262
lines changed

deno.lock

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

packages/acp-ai-provider/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"imports": {
1515
"@agentclientprotocol/sdk": "npm:@agentclientprotocol/sdk@^0.4.8",
16-
"@mcpc/core": "jsr:@mcpc/core@^0.3.0",
16+
"@mcpc/core": "jsr:@mcpc/core@^0.3.4",
1717
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",
1818
"@ai-sdk/provider": "npm:@ai-sdk/provider@^2.0.0",
1919
"@ai-sdk/provider-utils": "npm:@ai-sdk/provider-utils@^2.2.8",

packages/cli/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"./app": "./src/app.ts"
1313
},
1414
"imports": {
15-
"@mcpc/core": "jsr:@mcpc/core@^0.3.2",
15+
"@mcpc/core": "jsr:@mcpc/core@^0.3.4",
1616
"@mcpc/utils": "jsr:@mcpc/utils@^0.2.2",
1717
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",
1818
"@mcpc-tech/ripgrep-napi": "npm:@mcpc-tech/ripgrep-napi@^0.0.4",

packages/core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpc/core",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mcpc-tech/mcpc.git"

packages/mcp-sampling-ai-provider/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "deno test --allow-all tests/"
1313
},
1414
"imports": {
15-
"@mcpc/core": "jsr:@mcpc/core@^0.3.1",
15+
"@mcpc/core": "jsr:@mcpc/core@^0.3.4",
1616
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",
1717
"@ai-sdk/provider": "npm:@ai-sdk/provider@^2.0.0",
1818
"@ai-sdk/provider-utils": "npm:@ai-sdk/provider-utils@^2.2.8",

packages/mcpc-builder/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"mcpc-builder-agent": "./mcpc-builder-agent.ts"
1414
},
1515
"imports": {
16-
"@mcpc/core": "jsr:@mcpc/core@^0.3.0",
16+
"@mcpc/core": "jsr:@mcpc/core@^0.3.4",
1717
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",
1818
"@std/assert": "jsr:@std/assert@^1.0.14",
1919
"zod": "npm:zod@^3.24.2"

packages/plugin-code-execution/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"imports": {
1414
"@std/assert": "jsr:@std/assert@^1.0.0",
1515
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",
16-
"@mcpc/core": "jsr:@mcpc/core@^0.3.3",
16+
"@mcpc/core": "jsr:@mcpc/core@^0.3.4",
1717
"@mcpc-tech/handle-sandbox": "npm:@mcpc-tech/handle-sandbox@^0.0.7"
1818
},
1919
"publish": {

0 commit comments

Comments
 (0)