Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/agents/mcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ class MCPServerStdioParams(TypedDict):
`['server.js', '--port', '8080']`."""

env: NotRequired[dict[str, str]]
"""The environment variables to set for the server. ."""
"""The environment variables to set for the server."""

cwd: NotRequired[str | Path]
"""The working directory to use when spawning the process."""
Expand Down
Loading