We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f93e74 + 4a68e29 commit e550ed2Copy full SHA for e550ed2
docs/docs/develop/build-client.mdx
@@ -279,7 +279,7 @@ if __name__ == "__main__":
279
asyncio.run(main())
280
```
281
282
-You can find the complete `client.py` file [here.](https://gist.github.com/zckly/f3f28ea731e096e53b39b47bf0a2d4b1)
+You can find the complete `client.py` file [here](https://github.com/modelcontextprotocol/quickstart-resources/blob/main/mcp-client-python/client.py).
283
284
## Key Components Explained
285
0 commit comments