-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path.env.test.example
More file actions
31 lines (21 loc) · 903 Bytes
/
.env.test.example
File metadata and controls
31 lines (21 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Test environment with frequent uploads
NODE_ENV=test
# Server config
WEB_APP_PORT=3001
LOG_LEVEL=info
# HF Dataset logging - FREQUENT UPLOADS FOR TESTING
LOGGING_DATASET_ID=hf-mcp-server/test-mcp-logs
QUERY_DATASET_ID=hf-mcp-server/test-mcp-logs
LOGGING_HF_TOKEN= # your dataset token here
# Frequent uploads for testing
LOGGING_FLUSH_INTERVAL=10000
LOGGING_BATCH_SIZE=10
HF_API_TIMEOUT=10000
USER_CONFIG_API=https://huggingface.co/api/settings/mcp
ANALYTICS_MODE # whether to use sessionid for stateless transport
CORS_ALLOWED_ORIGINS=https://inspector.use-mcp.dev
# configure dynamic space tool with restricted list
DYNAMIC_SPACE_DATAhttps://huggingface.co/datasets/mcp-tools/discover-tools/resolve/main/mcp-tools.csv
# add these streamable http server tools
PROXY_TOOLS_CSV=https://huggingface.co/datasets/mcp-tools/discover-tools/raw/main/proxy-tools.csv
GRADIO_SKIP_INITIALIZE=true