René's URL Explorer Experiment


Title: feat: Add structured output support for tool functions by bhosmer-ant · Pull Request #993 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: feat: Add structured output support for tool functions by bhosmer-ant · Pull Request #993 · modelcontextprotocol/python-sdk

X Title: feat: Add structured output support for tool functions by bhosmer-ant · Pull Request #993 · modelcontextprotocol/python-sdk

Description: Adds support for structured output in FastMCP and Client, allowing tool functions to return well-typed, validated data that clients can easily process and validate. Key Changes FastMCP: Adds structured tool support to FastMCP's @mcp.tool() decorator. By default, functions with structured-output-compatible return types become structured tools, other functions become unstructured tools. This behavior can be overridden by passing structured_output=False to the decorator. (structured_output=True will force FastMCP to attempt to create a structured tool, which may be useful in certain edge cases.) To convert a function into a structured tool, the function return type annotation is converted into Pydantic model (see "Supported return types" below) the tool's outputSchema is generated from this model structuredContent results are validated on the server before sending, via the lowlevel server's structured output support Client: adds validation of structuredContent results against tool outputSchema Tests: lots Docs: added to README.md Examples: added examples/fastmcp/weather_structured.py showing various return type options Supported return types @mcp.tool() supports the following function return types for structured output: Pydantic models: Used directly to validate function results and generate outputSchema dict[str, *], TypedDict, NamedTuple, classes with typed fields: Converted to Pydantic models Primitives, lists, generics: Wrapped in {\"result\": value} Note on backward compatibility In keeping with the MCP specification regarding backward compatibility, structured tools will provide both structured results and backwards-compatible unstructured results. In order to provide backward compatibility with previous versions of FastMCP in particular, we do not use the generic JSON serialization provided by the lowlevel server for this purpose. Instead we use the existing FastMCP unstructured results pipeline, which performs several ad hoc conversions of function results. Future versions of FastMCP will instead use the generic lowlevel server pipeline. Motivation and Context Support structured output as defined in spec rev 2025-06-18 How Has This Been Tested? New tests added Breaking Changes Protocol defines structured output in a backwards-compatible way SDK API changes should be backwards compatible 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 Many thanks to @davemssavage, who prototyped an initial version of this functionality.

Open Graph Description: Adds support for structured output in FastMCP and Client, allowing tool functions to return well-typed, validated data that clients can easily process and validate. Key Changes FastMCP: Adds struct...

X Description: Adds support for structured output in FastMCP and Client, allowing tool functions to return well-typed, validated data that clients can easily process and validate. Key Changes FastMCP: Adds struct...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/pull/993

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:643d5786-cf1e-2488-4da2-3e66f2e99c7f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC7D4:3EDB51:9BB4E3:CFAB9E:6A5B5CA5
html-safe-nonce7fcf6e10aaee8a0c153f489a6ac6bfbacfb9d896933a602ca815f46c3f90e4f7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDN0Q0OjNFREI1MTo5QkI0RTM6Q0ZBQjlFOjZBNUI1Q0E1IiwidmlzaXRvcl9pZCI6IjI2MDA1MDM3MTM0MDExMDE0NzciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacd997797e7d7cff9e3d8444c367aca766a0a6505853f3592c98bc415ef720a670
hovercard-subject-tagpull_request:2607825582
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/modelcontextprotocol/python-sdk/pull/993/files
twitter:imagehttps://avatars.githubusercontent.com/u/177685734?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/177685734?s=400&v=4
og:image:altAdds support for structured output in FastMCP and Client, allowing tool functions to return well-typed, validated data that clients can easily process and validate. Key Changes FastMCP: Adds struct...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id862584018
octolytics-dimension-repository_nwomodelcontextprotocol/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id862584018
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/python-sdk
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/993/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F993%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F993%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
modelcontextprotocol https://github.com/modelcontextprotocol
python-sdkhttps://github.com/modelcontextprotocol/python-sdk
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Fork 3.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Star 23.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 258 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 303 https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality 6 https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Code https://github.com/modelcontextprotocol/python-sdk
Issues https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
ihrprhttps://github.com/ihrpr
mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
basil/structured_outputhttps://github.com/modelcontextprotocol/python-sdk/tree/basil/structured_output
Conversation 27 https://github.com/modelcontextprotocol/python-sdk/pull/993
Commits 4 https://github.com/modelcontextprotocol/python-sdk/pull/993/commits
Checks 12 https://github.com/modelcontextprotocol/python-sdk/pull/993/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/993/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
feat: Add structured output support for tool functions https://github.com/modelcontextprotocol/python-sdk/pull/993/files#top
Show all changes 4 commits https://github.com/modelcontextprotocol/python-sdk/pull/993/files
c4673dc feat: Add structured output support for tool functions bhosmer-ant Jun 23, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/993/commits/c4673dc0eae10279dce3a262667e2efd05b51472
98c5ae9 rebase on lowlevel schema validation, address comments bhosmer-ant Jun 23, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/993/commits/98c5ae9e5fbf593d355d46c9ee198eccf5462fa3
3ab59c5 move _convert_to_content bhosmer-ant Jun 25, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/993/commits/3ab59c5e1c7b0d8fc08f0689f86daaf993ea6fe3
f302a99 refactor: bhosmer-ant Jun 26, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/993/commits/f302a99d20c028697d9d00a13cabb0b049149961
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/993/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
README.md https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
weather_structured.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-ddd434c57bd7d505aa0d85ae7a8334db3e94f35dffdd1b103c098e32aba5c784
session.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
server.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
base.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-69c6a7ada93ce277ad1ae8f79a6800160e437084559ca0a24255851cb061a3a1
tool_manager.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-d9f49c4155cf42f7f146266f7f51294f25359fd25241f6495ded5fa4c8718424
func_metadata.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-7ab569bc3087a1aab22a2cac2a25598f907b2faa0d83708b7b8eaf04218bbebe
test_output_schema_validation.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-dc75f269f6db41a54ac1f7e6c770c679e7c44ebc8f9b87a8d14a037c28754f64
test_88_random_error.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-4e8132257776907428bdfd1d3671faed7b41a6347402e65f630f3a27a290edf5
test_func_metadata.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-28100164bc341b35cebdebdebcd004bacade502fd869fc6f8cb546e3d1d0238d
test_server.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-2c82340ecf6b6a4c0adbc7f94f272d810dca759a8bba8c3066b4110afc2fd586
test_tool_manager.py https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-b5b4bbafe34c06e716812137f400c45d7e1a454cce6f39f69a71b3e9cb4c1975
README.mdhttps://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://github.com/modelcontextprotocol/python-sdk/blob/f302a99d20c028697d9d00a13cabb0b049149961/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/993/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
examples/fastmcp/weather_structured.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/993/files#diff-ddd434c57bd7d505aa0d85ae7a8334db3e94f35dffdd1b103c098e32aba5c784
View file https://github.com/modelcontextprotocol/python-sdk/blob/f302a99d20c028697d9d00a13cabb0b049149961/examples/fastmcp/weather_structured.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/993/{{ revealButtonHref }}
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/993/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.