-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 1.02 KB
/
.env.example
File metadata and controls
27 lines (22 loc) · 1.02 KB
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
# THIS .ENV FILE IS ONLY USED FOR LOCAL TESTING IT IS NOT REQUIRED FOR THE MCP SERVER
# OpenAI Compatible API Configuration
# DOCLING_VLM_API_URL=http://localhost:11434/v1
# DOCLING_VLM_MODEL=qwen2.5vl:7b-q8_0
# DOCLING_VLM_API_KEY=your-api-key-here
# Basic OAuth configuration via environment variables
# OAUTH_ENABLED=true
# OAUTH_ISSUER="https://auth.example.com"
# OAUTH_AUDIENCE="https://mcp.example.com"
# OAUTH_JWKS_URL="https://auth.example.com/.well-known/jwks.json"
# # With dynamic client registration
# OAUTH_DYNAMIC_REGISTRATION=true
# # Development mode (allows HTTP)
# OAUTH_REQUIRE_HTTPS=false
# OAUTH_ISSUER="http://localhost:8080"
# OAUTH_AUDIENCE="http://localhost:18080"
# OAUTH_JWKS_URL="http://localhost:8080/.well-known/jwks.json"
# Tool Error Logging
# Enable logging of failed tool calls to help improve tool reliability
# When enabled, failed tool calls will be logged to ~/.mcp-devtools/logs/tool-errors.log
# Log entries older than 60 days are automatically removed on server startup
# LOG_TOOL_ERRORS=true