Skip to content

Commit 9f0cc35

Browse files
authored
Update pydantic_ai_slim/pydantic_ai/mcp.py
1 parent b4e1fe4 commit 9f0cc35

File tree

1 file changed

+2
-2
lines changed
  • pydantic_ai_slim/pydantic_ai

1 file changed

+2
-2
lines changed

pydantic_ai_slim/pydantic_ai/mcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,8 @@ class MCPServerConfig(BaseModel):
939939
def _expand_env_vars(value: Any) -> Any:
940940
"""Recursively expand environment variables in a JSON structure.
941941
942-
Environment variables can be referenced using ${VAR_NAME} syntax,
943-
or ${VAR_NAME:-default} syntax to provide a default value if the variable is not set.
942+
Environment variables can be referenced using `${VAR_NAME}` syntax,
943+
or `${VAR_NAME:-default}` syntax to provide a default value if the variable is not set.
944944
945945
Args:
946946
value: The value to expand (can be str, dict, list, or other JSON types).

0 commit comments

Comments
 (0)