Skip to content

Commit e03791e

Browse files
author
alcholiclg
committed
fix typo
1 parent a93c156 commit e03791e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/capability/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The MCP server loads environment variables from `.env` files on startup (see `_l
125125
The loading chain (in order):
126126

127127
1. **Host MCP config `env` block** — values set here become process environment variables *before* the server starts. They always win.
128-
2. `**--env-file` (if provided)** — if you pass `--env-file /path/to/.env`, only that file is loaded. Skips step 3a.
128+
2. **`--env-file` (if provided)** — if you pass `--env-file /path/to/.env`, this file is loaded. Skips step 3a.
129129
3. **Automatic `.env` discovery (if `--env-file` is not provided):**
130130
- **3a. CWD walk-up**`find_dotenv(usecwd=True)` walks up from the current working directory to find the nearest `.env`. This may be the host agent's own `.env` (e.g. Hermes's project directory).
131131
- **3b. ms-agent package root** — always loads `<ms-agent-root>/.env` (three directories up from `mcp_server.py`). This is the recommended location for ms-agent-specific keys.

examples/nanobot_integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ explicitly:
178178

179179
## MCP Configuration
180180

181-
The key block in `config.json`:
181+
The key block in `nanobot_mcp_config.json`:
182182

183183
```json
184184
{

0 commit comments

Comments
 (0)