507 Commits

Author SHA1 Message Date
Inna Harper dced22344d Remove frozen from build (#1040)
Main branch checks / checks (push) Failing after 1s
v1.10.0
2025-06-26 14:41:23 +01:00
Inna Harper 0323831b01 unpin jsonschema version (#1037) 2025-06-26 13:28:15 +01:00
Inna Harper 4b659639f7 Update latest protocol version to 2025-06-18 (#1036) 2025-06-26 10:02:57 +01:00
bhosmer-ant 43bb24f62b feat: Add structured output support for tool functions (#993) 2025-06-26 09:36:17 +01:00
bhosmer-ant c8bbfc034d Add schema validation to lowlevel server (#1005) 2025-06-25 09:23:49 -04:00
David Soria Parra 0b11bdb629 ci: add --frozen flag to all uv commands in workflows (#970)
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-25 14:00:14 +01:00
dr3s 41f3bc35ce Make "resource" optional on earlier protocols (#1017)
Co-authored-by: Andres March <>
2025-06-25 10:18:24 +01:00
Felix Weinberger 4d45bb85a8 refactor: rename DummyProcess to FallbackProcess in Windows stdio (#1015) 2025-06-24 15:44:42 +01:00
Inna Harper 674768802a Fix /.well-known/oauth-authorization-server dropping path (#1014) 2025-06-24 15:43:26 +01:00
Inna Harper ce007de66d Remove github from auth examples (#1011) 2025-06-24 15:43:08 +01:00
The AI Language ecc916516d Fix Windows subprocess NotImplementedError (STDIO clients) (#596)
Merging, rename for `DummyProcess` -> `FallbackProcess` coming in https://github.com/modelcontextprotocol/python-sdk/pull/1015
2025-06-24 15:05:23 +01:00
Inna Harper 679b22970e RFC 8707 Resource Indicators Implementation (#991) 2025-06-23 17:10:20 +01:00
Inna Harper 17f9c00c53 MCP server separation into Authorization Server (AS) and Resource Server (RS) roles per spec PR #338 (#982)
Co-authored-by: Paul Carleton <paulc@anthropic.com>
2025-06-23 14:19:03 +01:00
Inna Harper d0443a1832 Add resource Link (#974) 2025-06-17 20:23:07 +01:00
David Dworken 86bb54cb28 Add support for DNS rebinding protections (#861) 2025-06-17 20:13:00 +01:00
Felix Weinberger a2f8766a8a Add title to tools, resources, prompts (#972)
Co-authored-by: Claude <noreply@anthropic.com>
2025-06-17 15:53:14 +01:00
Marc Abramowitz 029f434109 Allow longer duration in test_188_concurrency (#969) 2025-06-17 11:55:29 +01:00
Inna Harper 5429ac6153 Update _meta usage guidance in types (#971) 2025-06-17 11:54:59 +01:00
Inna Harper 69e6572d48 Add support for Elicitation (#625)
Co-authored-by: David Soria Parra <davidsp@anthropic.com>
2025-06-17 11:54:11 +01:00
Inna Harper a3bcabdce2 Include context into completions (#966) 2025-06-17 09:33:25 +01:00
David Dworken 7b420656de Fix uncaught exception in MCP server (#967) 2025-06-16 17:04:51 -07:00
Felix Weinberger 1eb1bba83c feat: add _meta to more objects (#963) 2025-06-16 16:43:54 +01:00
ihrpr f3cd20c920 Rename ResourceReference to ResourceTemplateReference (#947) 2025-06-13 18:25:36 +01:00
Marcelo Trylesinski bac2705426 ci: add timeout on the test job (#955) 2025-06-13 15:24:28 +01:00
Dipesh Rathore 1bb16fa96e clean-up: removed unused ci file (#950) 2025-06-13 08:41:18 +00:00
Felix Weinberger df15e9566d feat: implement MCP-Protocol-Version header requirement for HTTP transport (#898) 2025-06-12 18:01:53 +01:00
ihrpr 0bcecffc4c set timeout for sse in httpx_client_factory (#943) 2025-06-12 09:09:13 +01:00
Marcelo Trylesinski 20dc0fbabb Allow to pass timeout as float (#941)
Main branch checks / checks (push) Failing after 1s
Check uv.lock / check-lock (push) Has been cancelled
v1.9.4
2025-06-12 09:31:31 +02:00
Luca Chang d69b290b65 chore: create union for working with message content (#939) 2025-06-12 09:01:33 +02:00
Marcelo Trylesinski 185fa49fd1 Use pre-commit on CI (#937) 2025-06-11 16:48:10 +02:00
Marcelo Trylesinski ba149e34f2 Create issue templates (#935) 2025-06-11 14:27:03 +02:00
Marcelo Trylesinski d831cc49e1 Add commit to git-blame-ignore-revs (#933) 2025-06-11 11:41:33 +01:00
Marcelo Trylesinski 543961968c Use 120 characters instead of 88 (#856) 2025-06-11 11:45:50 +02:00
Nandha Reddy f7265f7b91 Use FileUrl on the resources/list call in the simple-resource example (#907) 2025-06-11 10:48:42 +02:00
David Dworken 29c69e6a47 Fix uncaught exception in MCP server (#822) 2025-06-09 17:03:15 -07:00
dr3s 1a9ead07f5 relax validation (#879) 2025-06-09 19:21:01 +01:00
xiaoming wang 2cbc435c6c normalize string ID to int in server messages for compatibility (#851)
Co-authored-by: 晓明 王 <wxm@v1i.cc>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2025-06-08 07:15:21 +00:00
Marcelo Trylesinski b0b44c2fe4 Use total_seconds instead of seconds on timeout (#896) 2025-06-07 13:11:00 -07:00
Luca Chang 7123556a34 feat: support audio content (#725)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2025-06-07 14:32:11 +00:00
Sam Tombury 2bce10bdb1 Support Cursor OAuth client registration (#895) 2025-06-07 07:24:11 -07:00
Peng Li 8276632caa fix wrong order of comments (#899)
Signed-off-by: vincent-pli <justdoit.pli@gmail.com>
2025-06-07 07:18:26 -07:00
Samuel Colvin 544176770b improve server logging (#867)
Main branch checks / checks (push) Failing after 0s
Check uv.lock / check-lock (push) Has been cancelled
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
v1.9.3
2025-06-02 08:03:18 +00:00
ihrpr 05b7156ea8 Support for http request injection propagation in StreamableHttp (#833)
Main branch checks / checks (push) Failing after 0s
Check uv.lock / check-lock (push) Has been cancelled
v1.9.2
2025-05-29 15:21:06 +01:00
Lorenzo 7f94bef85e Client sampling and roots capabilities set to None if not implemented (#802)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-05-29 09:56:34 +01:00
Alvaro Bartolome d55cb2bf4e Fix and update OAuthAuthorizationServerProvider snippet in README.md (#830) 2025-05-28 23:02:46 +01:00
Tim Child f5dd324354 Prevent stdio connection hang for missing server path. (#401)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-05-28 22:57:46 +01:00
ihrpr 70014a2bbb Support for http request injection propagation to tools (#816) 2025-05-28 15:59:14 +01:00
Nick Cooper 532b1176f9 RFC: Lower log levels used for connections (#821) 2025-05-27 23:11:08 +01:00
Marshall Roch 7901552eba send errors to pending requests if server closes (#333)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-05-27 22:55:27 +01:00
ihrpr 9dad26620f Fix auth tests and ruff format (#818) 2025-05-27 17:00:01 +01:00