..
auth
Merge remote-tracking branch 'origin/main' into sdkv2
2026-07-06 00:56:15 -04:00
http
Port HTTP session manager, event store, and transport run paths to SDK v2
2026-07-05 19:15:03 -04:00
middleware
Spawn ping keepalive per Connection via asyncio task (SDK v2 has no per-connection task group)
2026-07-05 23:33:11 -04:00
mount
Migrate mcp.types imports to mcp_types
2026-07-05 18:03:43 -04:00
providers
Restore proxy request context for resources, templates, and prompts
2026-07-06 11:44:17 -04:00
sampling
Adopt snake_case SDK type attribute access
2026-07-05 18:09:03 -04:00
tasks
Fix ty diagnostics in tests for SDK v2 migration
2026-07-06 00:48:03 -04:00
telemetry
Adopt snake_case SDK type constructor kwargs
2026-07-05 18:11:04 -04:00
transforms
Adopt snake_case SDK type attribute access
2026-07-05 18:09:03 -04:00
versioning
Migrate mcp.types imports to mcp_types
2026-07-05 18:03:43 -04:00
__init__.py
restore 1.x code
2025-04-09 11:54:42 -04:00
test_app_state.py
Update docs and test
2025-06-20 13:06:48 -04:00
test_auth_integration.py
Align auth integration tests with v2 SDK error codes (invalid_client, grant_types)
2026-07-05 23:57:19 -04:00
test_auth_integration_errors.py
Split large test files to comply with loq line limit ( #3328 )
2026-02-28 11:21:11 -05:00
test_context.py
Port server-core handlers to MCP SDK v2 (Phase B)
2026-07-05 19:09:57 -04:00
test_dependencies.py
Port server-core handlers to MCP SDK v2 (Phase B)
2026-07-05 19:09:57 -04:00
test_dependencies_advanced.py
Port server-core handlers to MCP SDK v2 (Phase B)
2026-07-05 19:09:57 -04:00
test_event_store.py
Port HTTP session manager, event store, and transport run paths to SDK v2
2026-07-05 19:15:03 -04:00
test_fastapi_testclient_compat.py
fix: FastAPI TestClient compatibility and lifespan re-initialization ( #3736 )
2026-04-06 19:53:27 -04:00
test_file_server.py
Port server-core handlers to MCP SDK v2 (Phase B)
2026-07-05 19:09:57 -04:00
test_icons.py
Adopt snake_case SDK type constructor kwargs
2026-07-05 18:11:04 -04:00
test_input_validation.py
Migrate mcp.types imports to mcp_types
2026-07-05 18:03:43 -04:00
test_log_level.py
Allow pre-bound HTTP sockets ( #4222 )
2026-05-23 10:08:49 -04:00
test_logging.py
Refactor server.py into mixins ( #2939 )
2026-01-19 11:36:00 -05:00
test_pagination.py
Adopt snake_case SDK type attribute access
2026-07-05 18:09:03 -04:00
test_protocol_eras.py
Fix content-type helpers and connection-survival scoping in era matrix
2026-07-06 00:14:58 -04:00
test_providers.py
Add sdkv2 import shims pending server/client port
2026-07-05 18:26:15 -04:00
test_server.py
Adopt snake_case SDK type attribute access
2026-07-05 18:09:03 -04:00
test_server_docket.py
Make pydocket optional and unify DI systems ( #2835 )
2026-01-10 16:23:32 -05:00
test_server_lifespan.py
Update ty ignore comments for 0.0.25 compatibility ( #3614 )
2026-03-24 20:26:26 -04:00
test_server_safety.py
fix: reject self-mount to prevent infinite recursion ( #3925 )
2026-04-14 12:10:19 -04:00
test_session_visibility.py
Update v2 test idioms: MCPError 401 surface, unwrapped notifications, strict Annotations, request-id-agnostic, caching/storage snapshots
2026-07-05 23:23:48 -04:00
test_streamable_http_no_redirect.py
Improve redirect handling to address 307's ( #1387 )
2025-08-08 11:55:30 -04:00
test_tool_annotations.py
Port server-core handlers to MCP SDK v2 (Phase B)
2026-07-05 19:09:57 -04:00
test_tool_transformation.py
Adopt snake_case SDK type attribute access
2026-07-05 18:09:03 -04:00
test_transport.py
fix: bracket IPv6 hosts in server startup log URL ( #4372 )
2026-06-24 17:15:40 -04:00