add changelog fragments

This commit is contained in:
Om Chauhan
2026-03-15 18:28:10 +05:30
committed by vipyne
parent e22f9f84bb
commit dc909e2713
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- MCPClient now requires async with MCPClient(...) as mcp: or explicit start()/close() calls to manage the connection lifecycle.

1
changelog/4034.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed MCPClient opening a new connection for every tool call instead of reusing the session.