This commit is contained in:
Bastian Wagner
2026-06-17 14:08:15 +02:00
parent 8151a0f7cd
commit fac7309116
14 changed files with 973 additions and 16 deletions

View File

@@ -1,6 +1,10 @@
PORT=3000
API_PORT=3000
CLIENT_PORT=8080
MCP_PORT=3001
MCP_CORS_ORIGIN=*
# Optional: require Authorization: Bearer <token> for /mcp
# MCP_AUTH_TOKEN=change-me
CORS_ORIGIN=http://localhost:8080
CLIENT_URL=http://localhost:8080