FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - 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
src
on
v2.0.x
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
[v2.0.x] Point imports of mcp.server.fastmcp at the migration guide (#3393)
maxisbey
authored
8b191a4
View commit details
Copy full SHA for 8b191a4
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
Serve v2 docs at the site root, with permanent per-major paths (#3176)
maxisbey
authored
78e6fbb
View commit details
Copy full SHA for 78e6fbb
View code at this point
Browse repository at this point
Remove unused StreamableHTTPTransport.get_session_id() (#3205)
maxisbey
authored
af06330
View commit details
Copy full SHA for af06330
View code at this point
Browse repository at this point
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
Remove unused mcpserver.exceptions.ValidationError (#3199)
maxisbey
authored
27f5cc7
View commit details
Copy full SHA for 27f5cc7
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
Stop advertising MCP_* env vars for MCPServer settings; drop pydantic-settings (#3170)
maxisbey
authored
3212591
View commit details
Copy full SHA for 3212591
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
Remove Context.client_id (#3167)
maxisbey
authored
5dd062d
View commit details
Copy full SHA for 5dd062d
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
Add Streamable HTTP request body limits (#3095)
Kludex
authored
03aaebd
View commit details
Copy full SHA for 03aaebd
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
Replace httpx and httpx-sse with httpx2 (#2972)
Show description for 2713b53
Kludex
and
maxisbey
authored
2713b53
View commit details
Copy full SHA for 2713b53
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
fix: reject trailing newline in tool-name and URI-template varname validation (#3076)
Show description for 1216c53
otiscuilei
authored
1216c53
View commit details
Copy full SHA for 1216c53
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
Add the client-side subscriptions/listen driver (#3047)
maxisbey
authored
9bdc03d
View commit details
Copy full SHA for 9bdc03d
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
Extend resolver DI to sampling and roots requests (#3049)
maxisbey
authored
d287c98
View commit details
Copy full SHA for d287c98
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
Make client-side cancellation work over the 2026 transports (#3046)
maxisbey
authored
53117cb
View commit details
Copy full SHA for 53117cb
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
Harden the dual-era stream loop's era-lock and rejection semantics (#3040)
maxisbey
authored
080f2a8
View commit details
Copy full SHA for 080f2a8
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
Serve the 2026-07-28 era over stdio and other stream-pair transports (#3038)
maxisbey
authored
e50fb5b
View commit details
Copy full SHA for e50fb5b
View code at this point
Browse repository at this point
Document pydantic.ValidationError in client Raises sections (#3036)
maxisbey
authored
dcf8a6a
View commit details
Copy full SHA for dcf8a6a
View code at this point
Browse repository at this point
Serve subscriptions/listen with a pluggable event bus (SEP-2575) (#3035)
maxisbey
authored
ca10dad
View commit details
Copy full SHA for ca10dad
View code at this point
Browse repository at this point
Validate Mcp-Param-* headers server-side on the 2026-07-28 HTTP path (SEP-2243) (#3033)
maxisbey
authored
48ef569
View commit details
Copy full SHA for 48ef569
View code at this point
Browse repository at this point
Add a client extension API (#3034)
maxisbey
authored
4df6091
View commit details
Copy full SHA for 4df6091
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL