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
suitable for running the server as an HTTP server to connect locally or remotely. This supports stateful requests, but
48
48
does not require the client to hold a stateful connection like SSE
49
+
-`streamable-http-stateless` runs the server with [Streamable HTTP MCP transport](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http) in stateless mode and does not
50
+
support server-to-client notifications
49
51
-`example` will run a minimal Python script using `numpy`, useful for checking that the package is working, for the code
50
52
to run successfully, you'll need to install `numpy` using `uvx mcp-run-python --deps numpy example`
51
53
@@ -91,7 +93,6 @@ uv add mcp-run-python
91
93
92
94
With `mcp-run-python` installed, you can also run deno directly with `prepare_deno_env` or `async_prepare_deno_env`
0 commit comments