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
examples
clients
on
shttp-native-dispatch
User selector
All users
All time
Commit history
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 Jun 20, 2026
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
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 Mar 31, 2026
Propagate contextvars.Context through anyio streams without modifying SessionMessage (#2298)
Kludex
authored
e6235d1
View commit details
Copy full SHA for e6235d1
View code at this point
Browse repository at this point
Commits on Feb 4, 2026
chore: update author metadata to LF Projects (#1992)
maxisbey
authored
d3133ae
View commit details
Copy full SHA for d3133ae
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
Commits on Jan 30, 2026
Support different transports in Client (#1972)
Kludex
authored
2182205
View commit details
Copy full SHA for 2182205
View code at this point
Browse repository at this point
Commits on Jan 26, 2026
fix: remove unused `requests` dependency from simple-chatbot example (#1958)
maxisbey
authored
1b5287c
View commit details
Copy full SHA for 1b5287c
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
refactor: drop unused logger/logging (#1926)
Kludex
authored
7b728a2
View commit details
Copy full SHA for 7b728a2
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
Add conformance testing CI pipeline (#1915)
maxisbey
authored
213cf99
View commit details
Copy full SHA for 213cf99
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
chore: add D212 lint rule to enforce Google-style docstrings (#1892)
felixweinberger
authored
d41d0c0
View commit details
Copy full SHA for d41d0c0
View code at this point
Browse repository at this point
refactor: use snake case instead of camel case in types (#1894)
Kludex
authored
e94b386
View commit details
Copy full SHA for e94b386
View code at this point
Browse repository at this point
Commits on Jan 8, 2026
docs: fix simple-auth README references to non-existent scripts (#1829)
maxisbey
authored
6b69f63
View commit details
Copy full SHA for 6b69f63
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
Add type checker to `examples/client` (#1837)
Kludex
authored
1fd557a
View commit details
Copy full SHA for 1fd557a
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
feat: standardize timeout values to floats in seconds (#1766)
yugannkt
authored
2aa1ad2
View commit details
Copy full SHA for 2aa1ad2
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
Add `streamable_http_client` which accepts `httpx.AsyncClient` instead of `httpx_client_factory` (#1177)
Show description for a3a4b8d
Kludex
and
felixweinberger
authored
a3a4b8d
View commit details
Copy full SHA for a3a4b8d
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
Support client_credentials flow with JWT and Basic auth (#1663)
Show description for f82b0c9
3 people
authored
f82b0c9
View commit details
Copy full SHA for f82b0c9
View code at this point
Browse repository at this point
Add SSE polling support (SEP-1699) (#1654)
felixweinberger
authored
281fd47
View commit details
Copy full SHA for 281fd47
View code at this point
Browse repository at this point
Commits on Nov 28, 2025
SEP-1686: Tasks (#1645)
maxisbey
authored
c92bb2f
View commit details
Copy full SHA for c92bb2f
View code at this point
Browse repository at this point
Commits on Nov 24, 2025
feat: implement SEP-991 URL-based client ID (CIMD) support (#1652)
Show description for f225013
3 people
authored
f225013
View commit details
Copy full SHA for f225013
View code at this point
Browse repository at this point
[auth][conformance] add conformance auth client (#1640)
Show description for 998f0ee
3 people
authored
998f0ee
View commit details
Copy full SHA for 998f0ee
View code at this point
Browse repository at this point
Commits on Nov 20, 2025
Add client_secret_basic authentication support (#1334)
Show description for c51936f
jonshea
and
pcarleton
authored
c51936f
View commit details
Copy full SHA for c51936f
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
Add end-of-file-fixer pre-commit hook (#1610)
maxisbey
authored
a864840
View commit details
Copy full SHA for a864840
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Fix auth client example URL handling for oauth provider (#1549)
pcarleton
authored
6f2cd0c
View commit details
Copy full SHA for 6f2cd0c
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
fix: replace deprecated dev-dependencies in examples/clients (#1518)
yukuanj
authored
673423d
View commit details
Copy full SHA for 673423d
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
Make client examples workspaces to reflect package code (#1466)
LucaButBoring
authored
c733eec
View commit details
Copy full SHA for c733eec
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
fix: fix the system message in simple-chatbot example (#1394)
yukuanj
authored
c81ff64
View commit details
Copy full SHA for c81ff64
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
Use streamable-http consistently in examples (#1389)
maxisbey
authored
c0f1657
View commit details
Copy full SHA for c0f1657
View code at this point
Browse repository at this point
Commits on Aug 14, 2025
Update dependencies and fix type issues (#1268)
Show description for 0926613
dsp-ant
and
Kludex
authored
0926613
View commit details
Copy full SHA for 0926613
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
Add pyright strict mode on the whole project (#1254)
Kludex
authored
c7671e4
View commit details
Copy full SHA for c7671e4
View code at this point
Browse repository at this point
Commits on Jul 10, 2025
chore: add markdownlint on pre-commit hook and lint md files (#996)
Show description for 6d092af
dingo4dev
and
Kludex
authored
6d092af
View commit details
Copy full SHA for 6d092af
View code at this point
Browse repository at this point
Commits on Jul 4, 2025
chore: bump ruff (#1085)
Kludex
authored
9301924
View commit details
Copy full SHA for 9301924
View code at this point
Browse repository at this point
Commits on Jun 23, 2025
MCP server separation into Authorization Server (AS) and Resource Server (RS) roles per spec PR #338 (#982)
Show description for 17f9c00
ihrpr
and
pcarleton
authored
17f9c00
View commit details
Copy full SHA for 17f9c00
View code at this point
Browse repository at this point
Commits on Jun 17, 2025
Add title to tools, resources, prompts (#972)
Show description for a2f8766
felixweinberger
and
claude
authored
a2f8766
View commit details
Copy full SHA for a2f8766
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.