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
[W 251005 20:39:51 config:106] Failed to reconfigure MCP servers: MCP dependencies not available. Install with `pip install marimo[mcp]` or `uv add marimo[mcp]`
[E 251005 20:40:07 tool_manager:161] Failed to get MCP tools: MCP dependencies not available. Install with `pip install marimo[mcp]` or `uv add marimo[mcp]`
Similar to the recent changes in upgrade instructions at #6508, the same logic could be applied for these instructions.
Suggested solution
If running in a uv environment, suggest uv add, otherwise, suggest only pip install.