Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
24k
Code
Issues
197
Pull requests
190
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
docs
on
v2.0.0a3
User selector
All users
All time
Commit history
Commits on Jun 26, 2026
Conformance burn-down: server-side InputRequiredResult, Mcp-Method/Name validation, x-mcp-header filter (14 scenarios → green) (#2974)
maxisbey
authored
5873402
View commit details
Copy full SHA for 5873402
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Split protocol types into a standalone `mcp-types` package (#2973)
Kludex
authored
0ee7f1b
View commit details
Copy full SHA for 0ee7f1b
View code at this point
Browse repository at this point
Client call_tool: input_responses/request_state retry params; InputRequiredResult via allow_input_required (#2968)
maxisbey
authored
03681ed
View commit details
Copy full SHA for 03681ed
View code at this point
Browse repository at this point
Client-side 2026-07-28 support: .discover()/.adopt() + Client(mode=); request-metadata green (#2950)
maxisbey
authored
f226d00
View commit details
Copy full SHA for f226d00
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
Slim ServerMiddleware to `(ctx, call_next)` and add `OpenTelemetryMiddleware` (#2941)
Show description for ad81ca2
Kludex
and
maxisbey
authored
ad81ca2
View commit details
Copy full SHA for ad81ca2
View code at this point
Browse repository at this point
Commits on Jun 21, 2026
Server-side 2026-07-28 stateless support: classifier, driver split, server/discover (#2928)
maxisbey
authored
2397319
View commit details
Copy full SHA for 2397319
View code at this point
Browse repository at this point
Commits on Jun 20, 2026
Bind client credentials to their authorization server (SEP-2352) (#2933)
Kludex
authored
4472428
View commit details
Copy full SHA for 4472428
View code at this point
Browse repository at this point
Union previously requested scopes on step-up re-authorization (SEP-2350) (#2931)
Kludex
authored
1331131
View commit details
Copy full SHA for 1331131
View code at this point
Browse repository at this point
Deprecate roots, sampling, and logging methods per SEP-2577 (#2926)
Kludex
authored
4573e4a
View commit details
Copy full SHA for 4573e4a
View code at this point
Browse repository at this point
Send `application_type` during Dynamic Client Registration (SEP-837) (#2930)
Kludex
authored
cf41441
View commit details
Copy full SHA for cf41441
View code at this point
Browse repository at this point
Document `redirect_uri` wire-format change in OAuth migration note (#2929)
Kludex
authored
60f37e9
View commit details
Copy full SHA for 60f37e9
View code at this point
Browse repository at this point
Validate the `iss` authorization-response parameter (RFC 9207 / SEP-2468) (#2921)
Kludex
authored
48cf495
View commit details
Copy full SHA for 48cf495
View code at this point
Browse repository at this point
Preserve empty URL paths on OAuth metadata models (#2925)
Kludex
authored
b7a5bff
View commit details
Copy full SHA for b7a5bff
View code at this point
Browse repository at this point
fix: correct MCPServer call_tool result type (#2816)
Show description for fda4c54
冯基魁
and
Kludex
authored
fda4c54
View commit details
Copy full SHA for fda4c54
View code at this point
Browse repository at this point
Return -32602 for resource not found (SEP-2164) (#2920)
Kludex
authored
f253682
View commit details
Copy full SHA for f253682
View code at this point
Browse repository at this point
First end-to-end 2026-07-28 stateless tools/call (experimental entry + ClientSession pin) (#2917)
maxisbey
authored
84bf9bd
View commit details
Copy full SHA for 84bf9bd
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Resolve protocol version per request and expose it as ctx.protocol_version (#2886)
maxisbey
authored
734746a
View commit details
Copy full SHA for 734746a
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
Protocol types for 2026-07-28: superset monolith, committed per-version packages, and wire-method maps (#2849)
maxisbey
authored
65be5a7
View commit details
Copy full SHA for 65be5a7
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
[v2] ClientSession runs on JSONRPCDispatcher; BaseSession removed (#2838)
maxisbey
authored
1012d60
View commit details
Copy full SHA for 1012d60
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
Fix unknown-method error code and add a protocol version registry (#2836)
maxisbey
authored
7267818
View commit details
Copy full SHA for 7267818
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
[v2] Dispatcher/ServerRunner receive-path swap — replaces BaseSession (#2710)
maxisbey
authored
5d82649
View commit details
Copy full SHA for 5d82649
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
Remove the unsupported WebSocket transport (#2785)
maxisbey
authored
b478bff
View commit details
Copy full SHA for b478bff
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
Fix stdio client shutdown bugs and rebuild the stdio test suite (#2773)
maxisbey
authored
bdc48e9
View commit details
Copy full SHA for bdc48e9
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Remove Tasks (SEP-1686) from the SDK (#2714)
maxisbey
authored
8cc187f
View commit details
Copy full SHA for 8cc187f
View code at this point
Browse repository at this point
Commits on May 18, 2026
ci: deploy docs to py.sdk.modelcontextprotocol.io via Pages artifact (v1 at /, v2 at /v2/) (#2634)
maxisbey
authored
f475344
View commit details
Copy full SHA for f475344
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
fix: align Context logging methods with MCP spec data type (#2366)
Show description for 3d7b311
3 people
authored
3d7b311
View commit details
Copy full SHA for 3d7b311
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
docs: fill migration guide gaps surfaced by automated upgrade eval (#2412)
maxisbey
authored
f27d2aa
View commit details
Copy full SHA for f27d2aa
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
docs: generate hierarchical per-module API reference pages (#2103)
jonathanhefner
authored
5388bea
View commit details
Copy full SHA for 5388bea
View code at this point
Browse repository at this point
feat(client): store InitializeResult as initialize_result (#2300)
maxisbey
authored
20dd946
View commit details
Copy full SHA for 20dd946
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
refactor(examples): migrate all HTTP examples to streamable_http_app() (#2291)
maxisbey
authored
abfb482
View commit details
Copy full SHA for abfb482
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
refactor: remove request_ctx ContextVar, thread Context explicitly (#2203)
Show description for cc22bf5
maxisbey
and
Kludex
authored
cc22bf5
View commit details
Copy full SHA for cc22bf5
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
refactor: remove unused `mcp.shared.progress` module (#2080)
maxisbey
authored
e82203b
View commit details
Copy full SHA for e82203b
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
refactor: replace lowlevel Server decorators with on_* constructor kwargs (#1985)
maxisbey
authored
0a22a9d
View commit details
Copy full SHA for 0a22a9d
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
feat: add `ClientRequestContext` type alias for client-side handlers (#1989)
Kludex
authored
4fc49c6
View commit details
Copy full SHA for 4fc49c6
View code at this point
Browse repository at this point
refactor: split `RequestContext` between server and client (#1987)
Kludex
authored
b1f7eec
View commit details
Copy full SHA for b1f7eec
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.