You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
I get an MCP error -32000: Connection closed. Whilst this is its own separate issue - as I've experienced this with other MCP servers - I was able to work around it by using dockerised servers.
So, maybe it's worth also dockerising MCP Run Python?
Description
Hey there!
I've read through the following sources relating to the new MCP Run Python server:
However, when trying to add this as an MCP server using the following configuration:
{ "mcpServers": { "python-sandbox": { "command": "deno", "args": [ "run", "-N", "-R=node_modules", "-W=node_modules --node-modules-dir=auto jsr:@pydantic/mcp-run-python stdio" ] } } }I get an
MCP error -32000: Connection closed. Whilst this is its own separate issue - as I've experienced this with other MCP servers - I was able to work around it by using dockerised servers.So, maybe it's worth also dockerising MCP Run Python?
Thank you!
References
No response