Commit Graph

13 Commits

Author SHA1 Message Date
Arash Ashtiani 7c8ad510b7 llamallama-3.2-90b-vision-preview is deprecated (#523) 2025-05-23 13:47:52 +01:00
Clare Liguori 4cd4fe006c Chatbot example: clean up servers in correct order (#353) 2025-05-23 11:30:50 +01:00
ihrpr 43ded92633 add auth client sse (#760) 2025-05-20 15:21:14 +01:00
ihrpr e33cd41c7a Add OAuth authentication client for HTTPX (#751)
Co-authored-by: Paul Carleton <paulc@anthropic.com>
2025-05-19 20:38:04 +01:00
Daniel 8b5838675c docs: clarify LLM API configuration in mcp_simple_chatbot README (#487)
Co-authored-by: Danny <88821366+ddaltn@users.noreply.github.com>
2025-05-13 14:00:01 +01:00
Peter Raboud 2210c1be18 Add support for serverside oauth (#255)
Main branch checks / checks (push) Failing after 0s
Check uv.lock / check-lock (push) Has been cancelled
Co-authored-by: David Soria Parra <davidsp@anthropic.com>
Co-authored-by: Basil Hosmer <basil@anthropic.com>
Co-authored-by: ihrpr <inna@anthropic.com>
2025-05-01 19:42:59 +01:00
Christian Clauss babb477dff Python lint: Ruff rules for comprehensions and performance (#512) 2025-04-15 16:58:33 +02:00
David Soria Parra 2ea14958f0 Update .env.example 2025-03-27 20:33:30 +00:00
David Soria Parra 06e692ba5c fix: fix the name of the env variable 2025-03-11 10:26:38 +00:00
David Soria Parra 960b92355e add uv.lock for simple-chatbot 2025-02-03 13:25:30 +00:00
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