-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 914 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (23 loc) · 914 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
# CalibreMCP Environment Configuration
# Copy this file to .env and update with your actual values
# Calibre Server Connection
CALIBRE_SERVER_URL=http://localhost:8099
CALIBRE_USERNAME=sandra
CALIBRE_PASSWORD=Sec1000cal
# Library Configuration
# Option 1: Set a base path to auto-discover libraries as subdirectories
CALIBRE_BASE_PATH="L:/Multimedia Files/Written Word"
# Performance Settings
CALIBRE_TIMEOUT=30
CALIBRE_MAX_RETRIES=3
CALIBRE_DEFAULT_LIMIT=50
CALIBRE_MAX_LIMIT=200
# Library Settings
CALIBRE_LIBRARY_NAME=Sandra's Library
# Anna's Archive (manage_import annas_search)
# Comma-separated mirror URLs; defaults used if not set
# ANNAS_MIRRORS=https://annas-archive.org,https://annas-archive.li,https://annas-archive.se
# MCP Bridge: comma-separated URLs for proxy upstream servers
# MCP_BRIDGE_URLS=http://host1:port1/path,http://host2:port2/path
# Development/Debug Settings
CALIBRE_DEBUG=0