Skip to content

Commit 70d17da

Browse files
committed
docs(weather-agent): tag MCP_URL code fence as text for MD040
Address review nit on PR #466: the env-var snippet inside the agent import step had a bare ``` opener; markdownlint MD040 wants a language tag. Tagging it `text` since it's a literal env var assignment, not a shell command. Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
1 parent 20759bd commit 70d17da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authbridge/demos/weather-agent/demo-ui-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Now the UI flow (order matches the actual import form top-to-bottom):
162162

163163
After import, **edit `MCP_URL`** in the variable list to point at the
164164
advanced tool service:
165-
```
165+
```text
166166
MCP_URL=http://weather-tool-advanced-mcp:8000/mcp
167167
```
168168
10. **(Ollama only)** Expand **AuthBridge Advanced Configuration** and set

0 commit comments

Comments
 (0)