Files
mcp-python-sdk/examples
3choff 466e1e8eb7 refactor: modernize type hints and improve async context handling
- Update type hints to use Python 3.10 syntax (dict, list, X | None)
- Replace requests with httpx for HTTP client consistency
- Improve async context management using AsyncExitStack
- Simplify server cleanup method
2024-12-18 16:35:49 +00:00
..
2024-12-09 14:26:46 +00:00
2024-11-19 12:37:10 +00:00

Python SDK Examples

This folders aims to provide simple examples of using the Python SDK. Please refer to the servers repository for real-world servers.