You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/clients/async-reconnect-client/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Result: <html>...</html>
73
73
74
74
## Configuration
75
75
76
-
-`--endpoint` - MCP server endpoint (default: http://127.0.0.1:8000/mcp)
76
+
-`--endpoint` - MCP server endpoint (default: <http://127.0.0.1:8000/mcp>)
77
77
-`--token` - Operation token to resume with (optional)
78
78
79
79
This example showcases the async tool capabilities introduced in MCP protocol version "next", allowing for long-running operations that can be resumed even if the client disconnects.
0 commit comments