Commit Graph

2 Commits

Author SHA1 Message Date
Spaike d82d81c85a fix: use local venv instead of system pip
Avoids 'externally managed environment' errors on Mac (Homebrew Python 3.12+)
and permission issues on Linux. setup.py now creates .venv inside the repo,
installs into it, and points claude_desktop_config.json to the venv Python.
Added .gitignore to exclude .venv and __pycache__.
2026-05-11 16:28:29 +02:00
Spaike ebe1c78ef1 Cauldron Cloud MCP Server — initial release
Connects Claude Desktop to the Cauldron M&A portal via MCP.
Requires Python 3.10+ and an API key from the portal.
2026-05-08 17:24:29 +02:00