Skip to content

Commit 3a3f34f

Browse files
authored
docs: add missing space after period in MCPServerStdio docstring (#3053)
1 parent 7029ea8 commit 3a3f34f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def __init__(
233233
"""
234234
Args:
235235
use_structured_content: Whether to use `tool_result.structured_content` when calling an
236-
MCP tool.Defaults to False for backwards compatibility - most MCP servers still
236+
MCP tool. Defaults to False for backwards compatibility - most MCP servers still
237237
include the structured content in the `tool_result.content`, and using it by
238238
default will cause duplicate content. You can set this to True if you know the
239239
server will not duplicate the structured content in the `tool_result.content`.

0 commit comments

Comments
 (0)