René's URL Explorer Experiment


Title: Strings parameters tool containing serialized JSON objects are automatically decoded · Issue #1112 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Strings parameters tool containing serialized JSON objects are automatically decoded · Issue #1112 · modelcontextprotocol/python-sdk

X Title: Strings parameters tool containing serialized JSON objects are automatically decoded · Issue #1112 · modelcontextprotocol/python-sdk

Description: Initial Checks I confirm that I'm using the latest version of MCP Python SDK I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before opening this issue Description I have a tool function...

Open Graph Description: Initial Checks I confirm that I'm using the latest version of MCP Python SDK I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before opening this ...

X Description: Initial Checks I confirm that I'm using the latest version of MCP Python SDK I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before opening t...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/issues/1112

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Strings parameters tool containing serialized JSON objects are automatically decoded","articleBody":"### Initial Checks\n\n- [x] I confirm that I'm using the latest version of MCP Python SDK\n- [x] I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before opening this issue\n\n### Description\n\nI have a tool function in a MCP server that accepts an input parameter (\"data\") of type string (str); if a client uses a serialiazed JSON as content of this parameter it gets the error message:\n\n`Tool call result: meta=None content=[TextContent(type='text', text=\"Error executing tool print_data: 1 validation error for print_dataArguments\\ndata\\n  Input should be a valid string [type=string_type, input_value={'message': 'hello'}, input_type=dict]\\n    For further information visit https://errors.pydantic.dev/2.11/v/string_type\", annotations=None, meta=None)] structuredContent=None isError=True` \n\nI suspect that somewhere the string is decoded automatically to a dict.\n\nIt is the same behavior with both stdio and streamable-http transports.\n\n### Example Code\n\n```Python\n# server.py\n\nfrom mcp.server.fastmcp import FastMCP\nimport loguru\nimport time\nimport json\n\nmcp = FastMCP(\"test-server\", \"0.0.1\")\n\n\n@mcp.tool()\ndef print_data(data: str) -\u003e str:\n    \"\"\"\n    Print the data.\n    \"\"\"\n    loguru.logger.warning(f\"Received data: {data} (type: {type(data)})\")\n    return f\"data: {data}\"\n\n\nif __name__ == \"__main__\":\n    import sys\n    transport = sys.argv[1] if len(sys.argv) \u003e 1 else \"stdio\"\n    if transport != \"stdio\" and transport != \"streamable-http\":\n        raise ValueError(\"Transport must be 'stdio' or 'streamable-http'\")\n    mcp.run(transport=transport)\n\n# stdio_client.py\nfrom mcp import ClientSession, StdioServerParameters, types\nfrom mcp.client.stdio import stdio_client\nimport json\n\nserver_params = StdioServerParameters(\n    command=\"python\",\n    args=[\"-u\", \"server.py\"],\n    env=None,\n)\n\n\nasync def run():\n    async with stdio_client(server_params) as (read, write):\n        async with ClientSession(read, write) as session:\n            await session.initialize()\n            args = {\"data\": json.dumps({\"message\": \"hello\"})}\n            result = await session.call_tool(\"print_data\", arguments=args)\n            print(\"Tool call result:\", result)\n\n\nif __name__ == \"__main__\":\n    import asyncio\n    asyncio.run(run())\n    \n# http_client.py\nfrom mcp.client.streamable_http import streamablehttp_client\nfrom mcp import ClientSession\nimport json\n\nasync def main():\n    async with streamablehttp_client(\"http://localhost:8000/mcp\") as (\n        read_stream,\n        write_stream,\n        _,\n    ):\n        async with ClientSession(read_stream, write_stream) as session:\n            await session.initialize()\n            args = {\"data\": json.dumps({\"message\": \"hello\"})}\n            tool_result = await session.call_tool(\"print_data\", arguments=args)\n            print(\"Tool call result:\", tool_result)\n\nif __name__ == \"__main__\":\n    import asyncio\n    asyncio.run(main())\n```\n\n### Python \u0026 MCP Python SDK\n\n```Text\nPython 3.13.5 and 3.12.11\nMCP SDK 1.10.1\n```","author":{"url":"https://github.com/cjg","@type":"Person","name":"cjg"},"datePublished":"2025-07-09T20:13:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/1112/python-sdk/issues/1112"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:53715857-2157-6e94-9b85-861bacfc3eb9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC9A6:ECA42:57B2B1:76436A:6A61209D
html-safe-nonce0ca6e6d500be07b222f70e91c9e2087645f8dc35cd81af1c1d1c0800d4f09276
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOUE2OkVDQTQyOjU3QjJCMTo3NjQzNkE6NkE2MTIwOUQiLCJ2aXNpdG9yX2lkIjoiODM1ODkwNDc0MjQwNTAyMTg1MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac240d17db30d956b2e71e97adbb1709bcde0dc0daa74f3013ec5a1c5f101eb442
hovercard-subject-tagissue:3217024185
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelcontextprotocol/python-sdk/1112/issue_layout
twitter:imagehttps://opengraph.githubassets.com/754118b078251e7c6359c645f8ce44740ebc9e35cc92391af786da990d835fcc/modelcontextprotocol/python-sdk/issues/1112
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/754118b078251e7c6359c645f8ce44740ebc9e35cc92391af786da990d835fcc/modelcontextprotocol/python-sdk/issues/1112
og:image:altInitial Checks I confirm that I'm using the latest version of MCP Python SDK I confirm that I searched for my issue in https://github.com/modelcontextprotocol/python-sdk/issues before opening this ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecjg
hostnamegithub.com
expected-hostnamegithub.com
None7d9987c85f924dc5597480f737e023a6e985b0316e672f00513eb4ba440d87ba
turbo-cache-controlno-preview
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
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released38dc1dac7b5a5d0788e068e080820de6de90a28
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/issues/1112#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2F1112
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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%2Fissues%2F1112
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/1112
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/1112
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/1112
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/issues/1112
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.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 268 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 312 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
Strings parameters tool containing serialized JSON objects are automatically decodedhttps://github.com/modelcontextprotocol/python-sdk/issues/1112#top
https://github.com/cjg
cjghttps://github.com/cjg
on Jul 9, 2025https://github.com/modelcontextprotocol/python-sdk/issues/1112#issue-3217024185
https://github.com/modelcontextprotocol/python-sdk/issueshttps://github.com/modelcontextprotocol/python-sdk/issues
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.