Title: fix: [v1.x backport] skip output schema validation when tool returns isError=True by kimsehwan96 · Pull Request #2467 · modelcontextprotocol/python-sdk · GitHub
Open Graph Title: fix: [v1.x backport] skip output schema validation when tool returns isError=True by kimsehwan96 · Pull Request #2467 · modelcontextprotocol/python-sdk
X Title: fix: [v1.x backport] skip output schema validation when tool returns isError=True by kimsehwan96 · Pull Request #2467 · modelcontextprotocol/python-sdk
Description: Backport of #2466 to v1.x branch. Skip output schema validation for error results in convert_result(). Motivation and Context When a tool with an inferred output_schema returns CallToolResult(isError=True), the SDK's convert_result() calls model_validate(None) unconditionally, raising a pydantic ValidationError that replaces the intended error message. This was already fixed in the TypeScript SDK via modelcontextprotocol/typescript-sdk#655. This PR backports the equivalent fix to the Python SDK v1.x branch. How Has This Been Tested? Added regression test test_tool_call_result_annotated_is_error_skips_validation that creates a tool with an output schema, returns CallToolResult(isError=True) with unstructured error content, and verifies the result is returned unchanged without raising a validation error. All existing test_func_metadata.py tests pass. ruff check and ruff format clean. Breaking Changes None. This only changes behavior for the error path — tools returning isError=True were previously broken, so no working code is affected. Types of changes Bug fix (non-breaking change which fixes an issue) New feature (non-breaking change which adds functionality) Breaking change (fix or feature that would cause existing functionality to change) Documentation update Checklist I have read the MCP Documentation My code follows the repository's style guidelines New and existing tests pass locally I have added appropriate error handling I have added or updated documentation as needed Additional context One-line fix matching the TypeScript SDK approach: - if self.output_schema is not None: + if self.output_schema is not None and not result.isError: Fixes #2429
Open Graph Description: Backport of #2466 to v1.x branch. Skip output schema validation for error results in convert_result(). Motivation and Context When a tool with an inferred output_schema returns CallToolResult(isErr...
X Description: Backport of #2466 to v1.x branch. Skip output schema validation for error results in convert_result(). Motivation and Context When a tool with an inferred output_schema returns CallToolResult(isErr...
Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/pull/2467
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:a5bfb68e-4b29-7edb-7510-300e94230c78 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 9A86:210405:CDEA6:10D133:6A5BE4CF |
| html-safe-nonce | f47d578d8e3b29545e7ab726254484702029cc58012e2e19335bf92b1f59db52 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QTg2OjIxMDQwNTpDREVBNjoxMEQxMzM6NkE1QkU0Q0YiLCJ2aXNpdG9yX2lkIjoiMjA1ODE0NDAyNjQ3MDM3NjY1NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0b21d4a9499b96fd471ed5748f407a5429028e57a456996bfb0c02a4fd577b2e |
| hovercard-subject-tag | pull_request:3549323580 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/modelcontextprotocol/python-sdk/pull/2467/files |
| twitter:image | https://avatars.githubusercontent.com/u/59886140?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/u/59886140?s=400&v=4 |
| og:image:alt | Backport of #2466 to v1.x branch. Skip output schema validation for error results in convert_result(). Motivation and Context When a tool with an inferred output_schema returns CallToolResult(isErr... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git |
| octolytics-dimension-user_id | 182288589 |
| octolytics-dimension-user_login | modelcontextprotocol |
| octolytics-dimension-repository_id | 862584018 |
| octolytics-dimension-repository_nwo | modelcontextprotocol/python-sdk |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 862584018 |
| octolytics-dimension-repository_network_root_nwo | modelcontextprotocol/python-sdk |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width