Skip to content

Instantly share code, notes, and snippets.

@w0ltage
Last active July 14, 2025 11:01
Show Gist options
  • Select an option

  • Save w0ltage/3615a116c2b41e2c8739830f19092514 to your computer and use it in GitHub Desktop.

Select an option

Save w0ltage/3615a116c2b41e2c8739830f19092514 to your computer and use it in GitHub Desktop.
FastMCP (ConPort MCP) modules which installed via uvx: NumPy 1.x cannot be run in NumPy 2.3.1 as it may crash
# use "--with numpy<2" in "uvx" command
uvx --python 3.11 --isolated --from context-portal-mcp --with "numpy<2" conport-mcp --mode stdio --workspace_id <workspace> --log-file ./logs/conport.log --log-level INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment