mcp
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user