| # LLM configuration for local testing | |
| LLM_PROVIDER=OPENAI | |
| LLM_MODEL=gpt-4.1 | |
| LLM_API_KEY=sk-proj- | |
| # end LLM configuration | |
| # MCP server configuration for local testing | |
| # MCP_SERVER_URL=https://dpc-restapi-mcp-server-75k7y.ondigitalocean.app/mcp/ | |
| MCP_SERVER_URL=http://0.0.0.0:8000/mcp/ | |