-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 1.11 KB
/
Copy path.env.example
File metadata and controls
22 lines (17 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# apsim-mcp environment — copy to `.env` (which is gitignored). ALL are optional:
# the server auto-detects a standard APSIM install and falls back gracefully.
# APSIM Next Gen bin dir. Leave UNSET to auto-detect a standard install
# (e.g. C:\Program Files\APSIM*\bin). Set it only if auto-detect misses.
# APSIM_BIN_PATH=C:\Program Files\APSIM2026.7.8065.0\bin
# Where .apsimx runs + apsimNGpy's scratch go. MUST be a LOCAL dir (NOT OneDrive/
# Dropbox — cloud sync corrupts the SQLite results DB mid-run). Defaults to a temp dir.
APSIM_MCP_WORKDIR=D:\agr\runs
# Optional: restrict which directory your own .apsimx files can be read from and saved
# to (a write-jail for bring-your-own models). Unset = no restriction.
# APSIM_MCP_UPLOAD_DIR=D:\my_models
# Optional: hard timeout (seconds) on a single run / factorial. Unset = no timeout.
# APSIM_MCP_RUN_TIMEOUT=600
# Optional: per-read network timeout (seconds) on the NASA POWER / SoilGrids fetches.
# Default 45 — kept below a typical MCP client timeout so a stalled fetch fails closed
# server-side instead of the client dropping the session.
# APSIM_MCP_NET_TIMEOUT=45