mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00: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. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_changelog.py | ||
| test_client.py | ||
| test_errors.py | ||
| test_integration.py | ||
| test_message_parser.py | ||
| test_sdk_mcp_integration.py | ||
| test_streaming_client.py | ||
| test_subprocess_buffering.py | ||
| test_transport.py | ||
| test_types.py | ||