# MCP Document Server Configuration
# Transport type: 'sse' for HTTP or 'stdio' for standard input/output
MCP_TRANSPORT=sse
# Server host and port (for SSE transport)
MCP_HOST=0.0.0.0
MCP_PORT=8000
# Path to documents directory
DOCUMENTS_PATH=/documents
# Maximum file size in MB
MAX_FILE_SIZE_MB=10
# Allowed file extensions (comma-separated)
ALLOWED_EXTENSIONS=.txt,.md,.pdf,.docx,.xlsx,.pptx,.csv,.json,.yaml,.yml,.log
# Optional: Authentication token
# MCP_AUTH_TOKEN=your-secret-token-here
# Optional: Enable debug logging
# LOG_LEVEL=DEBUG