Skip to content

Commit 78e006c

Browse files
authored
Revert pyodide to a version that doesn't print to stdout when installing packages (#1930)
1 parent f58ec53 commit 78e006c

File tree

3 files changed

+41
-16
lines changed

3 files changed

+41
-16
lines changed

mcp-run-python/.zed/settings.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Folder-specific settings to tell zed to use deno not npm
2+
{
3+
"languages": {
4+
"TypeScript": {
5+
"language_servers": [
6+
"deno",
7+
"!typescript-language-server",
8+
"!vtsls",
9+
"!eslint"
10+
],
11+
"formatter": "language_server"
12+
}
13+
},
14+
"lsp": {
15+
"deno": {
16+
"settings": {
17+
"deno": {
18+
"enable": true
19+
}
20+
}
21+
}
22+
}
23+
}

mcp-run-python/deno.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/mcp-run-python",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"license": "MIT",
55
"nodeModulesDir": "auto",
66
"exports": {
@@ -16,16 +16,14 @@
1616
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",
1717
"@std/cli": "jsr:@std/cli@^1.0.15",
1818
"@std/path": "jsr:@std/path@^1.0.8",
19-
"pyodide": "npm:pyodide@^0.27.4",
19+
"pyodide": "npm:pyodide@0.27.3",
2020
"zod": "npm:zod@^3.24.2"
2121
},
2222
"fmt": {
2323
"lineWidth": 120,
2424
"semiColons": false,
2525
"singleQuote": true,
26-
"include": [
27-
"."
28-
]
26+
"include": ["."]
2927
},
3028
"publish": {
3129
"include": [

mcp-run-python/deno.lock

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

0 commit comments

Comments
 (0)