Commit Graph

473 Commits

Author SHA1 Message Date
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)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2025-06-02 08:03:18 +00:00
ihrpr
05b7156ea8 Support for http request injection propagation in StreamableHttp (#833) 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
Pedro Rodrigues
6e418e62f9 Fix building auth metadata paths (#779)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2025-05-26 15:19:18 +02:00
Marcelo Trylesinski
8a2359ffeb Pin uv version (#806) 2025-05-26 12:17:23 +01:00
Really Him
294fc6b4d3 [DOC] Fix example usage of get_context (plus a little more) (#801)
Co-authored-by: Really Him <hesereallyhim@proton.me>
2025-05-26 11:22:39 +02:00
Stephan Lensky
f2f4dbdcbd Fix async callable object tools (#568) 2025-05-23 17:21:53 +01:00
Lekhnath Parajuli
d1876433af add support for parallel run (#739)
Co-authored-by: Lekhnath Parajuli <lekhnathparajuli4@gmail.com>
2025-05-23 17:13:24 +01:00
Christian Clauss
073471cdf1 Python lint: Ruff rule PLW1510 -- subprocess-run-without-check (#794) 2025-05-23 16:44:23 +01:00
Nick Cooper
10cf0f78a8 Support custom httpx client creation (#752) 2025-05-23 13:55:01 +01:00
Arash Ashtiani
7c8ad510b7 llamallama-3.2-90b-vision-preview is deprecated (#523) 2025-05-23 13:47:52 +01:00
Clare Liguori
4cd4fe006c Chatbot example: clean up servers in correct order (#353) 2025-05-23 11:30:50 +01:00
Mo
0e2a34189c Fix ClientSessionGroup cleanup logic (#787) 2025-05-23 08:57:46 +01:00
Nate Barbettini
e80c0150e1 fix: Pass cursor parameter to server (#745) 2025-05-21 22:27:06 +01:00
ciccolo-anthropic
2ca2de767b Change default binding from 0.0.0.0 to 127.0.0.1 to align with security recommendations (#738) 2025-05-20 20:23:19 +01:00
ihrpr
43ded92633 add auth client sse (#760) 2025-05-20 15:21:14 +01:00
Vadym Barda
5a9340af71 fastmcp: allow passing Tool directly to FastMCP constructor (#699) 2025-05-19 19:52:02 -07:00
ihrpr
e33cd41c7a Add OAuth authentication client for HTTPX (#751)
Co-authored-by: Paul Carleton <paulc@anthropic.com>
2025-05-19 20:38:04 +01:00
ihrpr
6353dd192c Servers to accept older versions of client (#722) 2025-05-15 18:33:31 +01:00
ihrpr
5d33861cad Add progress notification callback for client (#721) 2025-05-15 17:45:58 +01:00
gaojingyu
1bdeed33c2 fix: Update @mcp.resource to use function documentation as default descrip… (#489) 2025-05-15 11:14:50 +01:00
ihrpr
c2f8730d6d Fix example for multiple stateless servers (#720) 2025-05-15 09:57:12 +01:00
ihrpr
13f018264c Set 2025-03-26 as the latest protocol version (#719) 2025-05-15 09:29:54 +01:00
ihrpr
b3fbee9c48 Include server examples folder in pyright check (#667) 2025-05-15 09:29:36 +01:00
5enxia
0a388b642f Add example for stateless server with JSON response (#704) 2025-05-15 09:24:13 +01:00
Jerome
a00b20a427 feat: add cursor pagination support to all client list methods (#718) 2025-05-15 09:04:04 +01:00
Daniel Avdar
b8f7b027c3 Update CI configuration to support multiple OS environments (#708)
Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
2025-05-14 13:43:59 +01:00
Akshey D
9e66f7ce89 feat: add message to ProgressNotification (#435)
Co-authored-by: ihrpr <inna.hrpr@gmail.com>
2025-05-13 18:40:15 +01:00
Lion Yang
c5782129bc Fix hanging on streams when stdio_client exiting (#559) 2025-05-13 18:36:33 +01:00
john0312
37b54b4c03 fix: Add checks and better error messages on server object for mcp run (#297) 2025-05-13 18:27:10 +01:00
Daniel
8b5838675c docs: clarify LLM API configuration in mcp_simple_chatbot README (#487)
Co-authored-by: Danny <88821366+ddaltn@users.noreply.github.com>
2025-05-13 14:00:01 +01:00
Takayuki SHIMIZUKAWA
173e0ee3b8 fix typo: server has get_context attribute instead of request_context. (#446) 2025-05-13 12:12:26 +01:00
Mo
7b6a903eb9 Create ClientSessionGroup for managing multiple session connections. (#639) 2025-05-13 09:58:24 +01:00
ihrpr
fdb538bc28 Simple Auth Example to use shttp in addition to sse (#695) 2025-05-12 22:08:23 +01:00
Jeremiah Lowin
1cb740745d Properly infer prefix for SSE messages (#659) 2025-05-12 21:29:17 +01:00
shaun smith
5289d0686a Minor tweaks to README for Streamable HTTP (#690) 2025-05-12 21:24:16 +01:00
Nate Barbettini
f745d69dcb fix: 204 is an acceptable response to DELETEing the session (#697) 2025-05-12 21:22:55 +01:00