Spaces:
Running
Running
zzstoatzz commited on
Commit ·
8df8205
1
Parent(s): 64b107f
remove xtra newline
Browse files
src/fastmcp/client/auth/oauth.py
CHANGED
|
@@ -306,8 +306,7 @@ def OAuth(
|
|
| 306 |
httpx.AsyncClient (or appropriate FastMCP client/transport instance)
|
| 307 |
|
| 308 |
Args:
|
| 309 |
-
mcp_url: Full URL to the MCP endpoint (e.g.
|
| 310 |
-
"http://host/mcp/sse/")
|
| 311 |
scopes: OAuth scopes to request. Can be a
|
| 312 |
space-separated string or a list of strings.
|
| 313 |
client_name: Name for this client during registration
|
|
|
|
| 306 |
httpx.AsyncClient (or appropriate FastMCP client/transport instance)
|
| 307 |
|
| 308 |
Args:
|
| 309 |
+
mcp_url: Full URL to the MCP endpoint (e.g. "http://host/mcp/sse/")
|
|
|
|
| 310 |
scopes: OAuth scopes to request. Can be a
|
| 311 |
space-separated string or a list of strings.
|
| 312 |
client_name: Name for this client during registration
|