mirror of
https://github.com/anthropics/claude-agent-sdk-python.git
synced 2025-10-06 01:00:03 +03:00
- Rebased SDK MCP implementation onto PR #139's control protocol refactoring - Moved SDK MCP handling from Transport to Query class for proper layering - Transport now only filters SDK servers from CLI config - Query class handles SDK MCP control requests via _handle_sdk_mcp_request - Added tool decorator and create_sdk_mcp_server API functions - Added McpSdkServerConfig type definition - Updated documentation with SDK MCP examples - Added integration tests for SDK MCP functionality This implementation properly layers SDK MCP on top of the bidirectional control protocol from PR #139, ensuring clean separation between transport (I/O) and query (protocol) layers.