- # This project must be configured exclusively via a single .env in the project root.
- # The remote MCP server (HTTP/SSE) that exposes sparql_query / sparql_update.
- REMOTE_MCP_SSE_URL=http://192.168.0.249:8501/mcp/sse
- REMOTE_MCP_TIMEOUT=10
- REMOTE_MCP_SSE_READ_TIMEOUT=300
- # Graph to query (used in the scaffolding SPARQL templates).
- RESOLUTION_GRAPH_IRI=http://world.eu.org/atlas_data#
|