Commit Graph

3 Commits

Author SHA1 Message Date
David Soria Parra
c14ec2e0d7 fix typing issues 2025-01-23 13:27:25 +00:00
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
3choff
a0216c3e50 Add example client to examples/clients folder 2024-12-11 16:06:10 +00:00