Commit Graph

563 Commits

Author SHA1 Message Date
Marcelo Trylesinski a179cccc44 readd aclose 2025-07-22 10:56:33 +02:00
Marcelo Trylesinski 25498aaeda readd aclose 2025-07-22 10:51:43 +02:00
Marcelo Trylesinski cc1f5446c4 readd aclose 2025-07-22 10:47:52 +02:00
Marcelo Trylesinski dbe7abf192 Simplify code on stdio_client 2025-07-22 10:31:18 +02:00
leweng c260e29a92 Fix: Replace threading.Lock with anyio.Lock for Ray deployment compatibility (#1151) 2025-07-21 11:22:49 +01:00
Marcelo Trylesinski 7570ba30cf Make sure RequestId is not coerced as int (#1178) 2025-07-21 10:57:47 +01:00
Inna Harper 0b1b52ba45 fix flaky test test_88_random_error (#1171) 2025-07-18 16:21:33 +01:00
Inna Harper ba58ebcad5 Add CODEOWNERS file for sdk (#1169) 2025-07-18 15:58:28 +01:00
Luca Chang 99c4f3c906 Support falling back to OIDC metadata for auth (#1061)
Main branch checks / checks (push) Failing after 1s
v1.12.0
2025-07-17 20:06:38 +01:00
Inna Harper 41184ba6c8 README - replace code snippets with examples -- auth examples (#1164) 2025-07-17 18:36:20 +01:00
Inna Harper 813da6a579 fix flaky fix-test_streamablehttp_client_resumption test (#1166) 2025-07-17 18:35:40 +01:00
Stanley Law 11162d7790 docs: add pre-commit install guide on CONTRIBUTING.md (#995)
Co-authored-by: Felix Weinberger <fweinberger@anthropic.com>
2025-07-17 13:17:59 +01:00
Dagang Wei dd792977dd Docs: Update CallToolResult parsing in README (#812)
Co-authored-by: Felix Weinberger <fweinberger@anthropic.com>
2025-07-17 12:48:19 +01:00
Ian Davenport c0bc6668c4 Tests(cli): Add coverage for helper functions (#635) 2025-07-17 11:52:01 +01:00
Marcelo Trylesinski a99711d43f chore: don't allow users to create issues outside the templates (#1163) 2025-07-17 10:32:02 +01:00
Inna Harper e975d0550b README - replace code snippets with examples - streamable http (#1155) 2025-07-16 21:45:40 +01:00
Inna Harper 0b4ce00be2 README - replace code snippets with examples - add lowlevel to snippets (#1150) 2025-07-16 15:26:16 +01:00
Inna Harper 6566c08446 fix markdown error in README in main (#1147) 2025-07-15 13:23:37 +01:00
Pamela Fox 0130f5b12b Add streamable HTTP starlette example to Python SDK docs (#1111) 2025-07-15 11:39:59 +01:00
yurikunash eb5146dc8b Implement RFC9728 - Support WWW-Authenticate header by MCP client (#1071) 2025-07-15 10:23:39 +01:00
Felix Weinberger bd9885feda Add regression test for stateless request memory cleanup (#1140) 2025-07-15 09:29:29 +01:00
Marcelo Trylesinski 95b44fb0d7 tests: use inline_snapshot.Is on parametrized test (#945)
Co-authored-by: Felix Weinberger <3823880+felixweinberger@users.noreply.github.com>
2025-07-14 21:59:37 +01:00
hopeful0 b8cb3675dc Close server session after handle stateless request (#1116) 2025-07-14 17:26:06 +01:00
Inna Harper a10fec7fa6 README - replace code snippets with examples - direct execution and display utilities (#1137) 2025-07-14 15:54:36 +01:00
Inna Harper 9bf5160eea README - replace code snippets with examples (#1136) 2025-07-14 13:57:47 +01:00
bhosmer-ant 49991fd2c7 Fix BaseModel method name conflicts in func_metadata (#1123) 2025-07-14 08:29:52 +01:00
bhosmer-ant d28a1a69ee add regression tests for #1113 (#1122) 2025-07-11 11:53:45 +01:00
yurikunash fd11eca766 Update routing for streamable HTTP to avoid 307 redirect (#1115)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-07-11 11:49:24 +01:00
Giuseppe Coviello 0a4e8d4e17 Avoiding to parse string arguments containing valid JSON if the argument annotation is str (#1113) 2025-07-10 17:36:45 -04:00
Jeremiah Lowin 81fe63a81d Ensure failed oauth registration response is read before accessing response.text (#1118)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-07-10 22:01:17 +01:00
John T ee54acbfa3 The lifespan_context object here is not a dictionary like the other e… (#1002)
Main branch checks / checks (push) Failing after 1s
Co-authored-by: ihrpr <inna@anthropic.com>
v1.11.0
2025-07-10 11:55:34 +01:00
Inna Harper b2d4322ca0 Fix missing line in generated snippets (#1117) 2025-07-10 10:17:05 +01:00
Stanley Law 6d092af6fd chore: add markdownlint on pre-commit hook and lint md files (#996)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2025-07-10 09:43:49 +01:00
Megan Dsouza f55831ee79 Adding description field to the FastMCP get_prompt method (#614)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-07-09 20:50:38 +01:00
Brian Soby 7b1078b515 Fix: Prevent session manager shutdown on individual session crash (#841)
Co-authored-by: Felix Weinberger <fweinberger@anthropic.com>
Co-authored-by: Inna Harper <inna.hrpr@gmail.com>
2025-07-09 15:43:21 +01:00
Felix Weinberger 3abefeeeaf fweinberger/align shutdown with spec (#1091)
Co-authored-by: davenpi <davenport.ianc@gmail.com>
2025-07-09 10:14:30 -04:00
Inna Harper 9b4c2ddf93 fix pyright check in CI (#1108) 2025-07-09 11:31:54 +01:00
Inna Harper c067ef291e Fix completions (#1107) 2025-07-09 11:15:49 +01:00
Inna Harper 4fee123e72 clean up log.error (#1109) 2025-07-09 11:15:14 +01:00
AishwaryaKalloli bd84329a08 Doc update + validation in SseServerTransport + existing test fixes: addresses Issue: #827 (#900) 2025-07-09 08:19:06 +01:00
Daniel Avdar b16c2a8518 #552 (#707)
Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Co-authored-by: Felix Weinberger <fweinberger@anthropic.com>
2025-07-08 17:24:36 +01:00
Inna Harper beacd6e009 remove max message size (#1105) 2025-07-08 15:56:18 +01:00
Felix Weinberger e0336213e8 Improve child process termination on POSIX & Windows (#1078)
Co-authored-by: jingx8885 <jingxu8885@qq.com>
Co-authored-by: Surya Prakash Susarla <susarla.surya.prakash.1998@gmail.com>
2025-07-08 15:04:06 +01:00
Felix Weinberger cf72565d9a Unify process termination on POSIX & Windows (+ tests) (#1044)
Co-authored-by: Cristian Pufu <cristian.pufu@uipath.com>
2025-07-08 14:57:39 +01:00
shaun smith 08d364d005 Update text to make clear Elicitation is not directly associated with… (#1062) 2025-07-07 22:10:21 +01:00
Seongjun Kim 5c9cf290d8 Fix Pydantic field alias consistency in structured output (#1099) 2025-07-07 15:16:23 +01:00
Frédéric Barthelet 906ceea388 fix: Expose completions capability (#865) 2025-07-07 09:26:22 +01:00
Inna Harper 3d67e723e5 Fix async resource functions not being awaited (#1092)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
2025-07-06 10:22:52 +01:00
Marcelo Trylesinski 3fa7bc7b61 tests: add lowest dependency tests (#1067)
Co-authored-by: ihrpr <inna@anthropic.com>
2025-07-06 09:38:56 +02:00
Inna Harper adf327164a Embed code snippets for README from executable examples (#1055) 2025-07-04 17:25:54 +01:00