We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c614e commit 22d34eaCopy full SHA for 22d34ea
README.md
@@ -177,7 +177,7 @@ def greet_user(name: str, style: str = "friendly") -> str:
177
178
# Run with streamable HTTP transport
179
if __name__ == "__main__":
180
- mcp.run(transport="streamable-http", json_response=True)
+ mcp.run(transport="streamable-http")
181
```
182
183
_Full example: [examples/snippets/servers/mcpserver_quickstart.py](https://github.com/modelcontextprotocol/python-sdk/blob/main/examples/snippets/servers/mcpserver_quickstart.py)_
0 commit comments