magpie by Circuit Forge LLC — Cross-product data gathering and collection tool (reserved)
/api/v1 (absolute) was routing to menagerie.circuitforge.tech/api/v1 which hit the global @api_no_session gate instead of the Magpie API at /magpie/api*. Using import.meta.env.BASE_URL (set to /magpie/ at build time via VITE_BASE_URL) produces /magpie/api/v1 in production and /api/v1 in dev (where Vite proxies /api). Also adds vite-env.d.ts so TypeScript recognises import.meta.env. |
||
|---|---|---|
| app | ||
| frontend | ||
| mcp | ||
| scripts | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| manage.sh | ||
| pyproject.toml | ||
| README.md | ||
magpie
magpie by Circuit Forge LLC — Cross-product data gathering and collection tool (reserved)