FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests - modelcontextprotocol/python-sdk · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
modelcontextprotocol
/
python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
24.2k
Code
Issues
206
Pull requests
184
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-sdk
tests
on
main
User selector
Datepicker
Commit history
Commits on Aug 28, 2026
Expire idle Streamable HTTP sessions by default and cap concurrent sessions (#3395)
maxisbey
authored
d2290ca
View commit details
Copy full SHA for d2290ca
View code at this point
Browse repository at this point
Commits on Aug 26, 2026
Resolve tool output-schema references within the schema document only (#3394)
maxisbey
authored
6705402
View commit details
Copy full SHA for 6705402
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Point imports of mcp.server.fastmcp at the migration guide (#3388)
maxisbey
authored
0921d94
View commit details
Copy full SHA for 0921d94
View code at this point
Browse repository at this point
Commits on Aug 24, 2026
Give recursive tool return types an object-rooted output schema (#3376)
maxisbey
authored
d8b6383
View commit details
Copy full SHA for d8b6383
View code at this point
Browse repository at this point
Log MCPServer handler exceptions by kind and keep crash details off the wire (#3314)
Show description for 56af447
maxisbey
and
Kludex
authored
56af447
View commit details
Copy full SHA for 56af447
View code at this point
Browse repository at this point
Accept boolean sub-schemas in 2025-11-25 tool schema properties (#3354)
pja-ant
authored
f1c40b0
View commit details
Copy full SHA for f1c40b0
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
Apply the request body limit to the SSE and OAuth endpoints (#3336)
maxisbey
authored
57394b0
View commit details
Copy full SHA for 57394b0
View code at this point
Browse repository at this point
Hand TypedDict tool results to pydantic natively (#3331)
maxisbey
authored
0cee624
View commit details
Copy full SHA for 0cee624
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
Shorten stdio test comments (#3329)
Kludex
authored
0d92192
View commit details
Copy full SHA for 0d92192
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
Acknowledge notification POSTs with 202 on the 2026-07-28 HTTP entry (#3326)
maxisbey
authored
b2025ab
View commit details
Copy full SHA for b2025ab
View code at this point
Browse repository at this point
Let Client take StdioServerParameters directly (#3321)
maxisbey
authored
e473cca
View commit details
Copy full SHA for e473cca
View code at this point
Browse repository at this point
MCPServer: content-block returns are unstructured, prompt messages take Image/Audio (#3320)
maxisbey
authored
fb443cc
View commit details
Copy full SHA for fb443cc
View code at this point
Browse repository at this point
Commits on Aug 16, 2026
Drop later-revision cache-hint fields on pre-2026 sessions (#3223)
maxisbey
authored
31b76cb
View commit details
Copy full SHA for 31b76cb
View code at this point
Browse repository at this point
Pin text I/O to UTF-8 and fail CI on locale-dependent reads/writes (#3296)
Show description for 5285e93
authored
5285e93
View commit details
Copy full SHA for 5285e93
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
docs: publish translated docs in twelve languages and the tool that maintains them (#3280)
maxisbey
authored
52ad0a8
View commit details
Copy full SHA for 52ad0a8
View code at this point
Browse repository at this point
Read UTF-8 test fixtures with explicit encoding (#3245)
Show description for 2378e56
ShuQingDollarVoyager
and
claude
authored
2378e56
View commit details
Copy full SHA for 2378e56
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
Retire wording tied to pre-2.0 milestones (#3211)
maxisbey
authored
b31ddf3
View commit details
Copy full SHA for b31ddf3
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
Expose the middleware chain on MCPServer and stop sending unrequested change notifications (#3201)
maxisbey
authored
c9c431b
View commit details
Copy full SHA for c9c431b
View code at this point
Browse repository at this point
Fail fast on server-to-client requests in JSON-response mode instead of hanging (#3195)
maxisbey
authored
528e366
View commit details
Copy full SHA for 528e366
View code at this point
Browse repository at this point
Gate log notifications on the per-request log-level opt-in at 2026-07-28 (#3198)
maxisbey
authored
89c5e70
View commit details
Copy full SHA for 89c5e70
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Add mcp.types as a permanent alias for mcp_types (#3190)
maxisbey
authored
b7c9a91
View commit details
Copy full SHA for b7c9a91
View code at this point
Browse repository at this point
Stop answering cancelled requests (#3188)
maxisbey
authored
923341c
View commit details
Copy full SHA for 923341c
View code at this point
Browse repository at this point
Split the registration request model from the registered-client record (#3181)
maxisbey
authored
d3ffe87
View commit details
Copy full SHA for d3ffe87
View code at this point
Browse repository at this point
Make the per-version wire packages private (`mcp_types._v*`) (#3191)
maxisbey
authored
b9422f1
View commit details
Copy full SHA for b9422f1
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
Cache compiled output-schema validators on ClientSession (#3134)
Show description for f599cdf
jlowin
and
maxisbey
authored
f599cdf
View commit details
Copy full SHA for f599cdf
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
Replace FileResource.is_binary with an encoding field (#3171)
maxisbey
authored
11934c9
View commit details
Copy full SHA for 11934c9
View code at this point
Browse repository at this point
Narrow message_handler's parameter to notifications and exceptions (#3168)
maxisbey
authored
814072c
View commit details
Copy full SHA for 814072c
View code at this point
Browse repository at this point
Remove the unused timeout parameter from OAuthClientProvider (#3165)
maxisbey
authored
47bfa85
View commit details
Copy full SHA for 47bfa85
View code at this point
Browse repository at this point
Remove the deprecated RFC7523OAuthClientProvider (#3169)
maxisbey
authored
7163d82
View commit details
Copy full SHA for 7163d82
View code at this point
Browse repository at this point
Rename scopes= to scope= on the client-credentials OAuth providers (#3166)
maxisbey
authored
e90a66b
View commit details
Copy full SHA for e90a66b
View code at this point
Browse repository at this point
Make CacheConfig() the Client cache default and None the off switch (#3164)
maxisbey
authored
0cb920f
View commit details
Copy full SHA for 0cb920f
View code at this point
Browse repository at this point
Isolate the stdio server's stdin and stdout from handler subprocesses (#3117)
maxisbey
authored
629ca29
View commit details
Copy full SHA for 629ca29
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
Serve the 2026-07-28 protocol over stdio: decide the era from the opening request (#3152)
maxisbey
authored
00a7014
View commit details
Copy full SHA for 00a7014
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
Align with spec #3002: optional clientInfo, serverInfo in result _meta (#3143)
maxisbey
authored
837ef90
View commit details
Copy full SHA for 837ef90
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
docs: load media examples from disk instead of inline base64 (#3108)
maxisbey
authored
3a6f299
View commit details
Copy full SHA for 3a6f299
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL