Spaces:
Running
Running
Jeremiah Lowin commited on
Commit ·
fda17d2
1
Parent(s): 6fc0f8b
Update gemini address
Browse files
docs/integrations/gemini.mdx
CHANGED
|
@@ -99,7 +99,7 @@ from fastmcp import Client
|
|
| 99 |
from fastmcp.client.auth import BearerAuth
|
| 100 |
|
| 101 |
mcp_client = Client(
|
| 102 |
-
"https://my-server.com/
|
| 103 |
auth=BearerAuth("<your-token>"),
|
| 104 |
)
|
| 105 |
```
|
|
|
|
| 99 |
from fastmcp.client.auth import BearerAuth
|
| 100 |
|
| 101 |
mcp_client = Client(
|
| 102 |
+
"https://my-server.com/mcp/",
|
| 103 |
auth=BearerAuth("<your-token>"),
|
| 104 |
)
|
| 105 |
```
|