Spaces:
Sleeping
Sleeping
File size: 637 Bytes
6a1e814 6934b27 a425c70 e8f51cf 42f1822 6934b27 42f1822 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Example .env file for Defect Solver MCP Server
# Copy this file to .env and set your values
DS_API_BASE_URL=https://dnext-ds-api.hf.space
DS_API_MULTIMODULE_ENDPOINT=/mcp_multi_module_bug_localization
DS_API_SINGLEMODULE_ENDPOINT=/mcp_single_module_bug_localization
DS_API_SEARCHSPACE_ENDPOINT=/mcp_search_space_routing
# Hugging Face Access Token for when the API is hosted on Hugging Face Spaces
HF_ACCESS_TOKEN=your_hf_access_token_here
# Request timeout in seconds (for requests between MCP Server and Defect Solver API)
TIMEOUT=120
# MCP Server Configuration
TRANSPORT_MODE=streamable-http
HOST=0.0.0.0
PORT=8000
LOG_LEVEL=INFO |