From fb4c3df9b5ed76139bf34852f64141df58626ab6 Mon Sep 17 00:00:00 2001 From: Jonathan Singer Date: Mon, 24 Aug 2026 08:12:17 -0400 Subject: [PATCH] Correct the notes docstring to match how notes reach the agent --- strix/tools/mcp/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/strix/tools/mcp/config.py b/strix/tools/mcp/config.py index 8df59ac2..a57121e7 100644 --- a/strix/tools/mcp/config.py +++ b/strix/tools/mcp/config.py @@ -61,8 +61,9 @@ class McpConnectionConfig(BaseModel): notes: str | None = None """Free-text notes for the agent describing what this connection is and how - to use it. When set, they are prefixed onto each of the connection's tool - descriptions so the agent sees them.""" + to use it. When set, the runner collects the notes of every connection into + a single block on the root task, so a note describes its connection once + rather than being repeated onto each of its tools.""" @model_validator(mode="after") def _check_transport_fields(self) -> McpConnectionConfig: