aminghadersohi opened a new pull request, #43530:
URL: https://github.com/apache/superset/pull/43530

   ### SUMMARY
   
   Raise the optional MCP service dependency floors to FastMCP 3.4.7 and MCP 
Python SDK 1.29.1. MCP SDK 1.29.1 includes the authenticated-principal session 
binding introduced after 1.24.0, along with subsequent streamable HTTP 
transport hardening.
   
   The generated development requirements continue to resolve `fastmcp==3.4.7` 
and `fastmcp-slim==3.4.7`, while `mcp` moves from 1.24.0 to 1.29.1. No runtime 
integration code or logging filters required changes.
   
   ### TESTING INSTRUCTIONS
   
   - `pre-commit run` on the staged files
   - `pytest -q tests/unit_tests/mcp_service` (`3561 passed`)
   - Focused transport/config/logging tests with FastMCP 3.4.7 and MCP 1.29.1 
(`61 passed`):
     - `tests/unit_tests/mcp_service/test_logging_filters.py`
     - `tests/unit_tests/mcp_service/test_mcp_server.py`
     - `tests/unit_tests/mcp_service/test_mcp_config.py`
     - `tests/unit_tests/mcp_service/test_mcp_e2e_smoke.py`
   - MCP SDK 1.29.1's upstream streamable HTTP principal-isolation tests (`6 
passed`), covering different OAuth clients, subjects, issuers, and 
POST/GET/DELETE requests
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to