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
Type
/
to 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 }}
Jonnathan7
/
python-sdk
Public
forked from
modelcontextprotocol/python-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-sdk
examples
on
main
User selector
All users
All time
Commit history
Commits on Feb 3, 2026
refactor: replace `mcp.types as types` to `from mcp import types` (#1986)
Kludex
authored
1a8c14a
View commit details
Copy full SHA for 1a8c14a
View code at this point
Browse repository at this point
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
refactor: `McpError` renamed to `MCPError` and flatten parameters (#1956)
Show description for acba547
Kludex
and
maxisbey
authored
acba547
View commit details
Copy full SHA for acba547
View code at this point
Browse repository at this point
Commits on Jan 25, 2026
Rename `FastMCP` to `MCPServer` (#1951)
Kludex
authored
65c614e
View commit details
Copy full SHA for 65c614e
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
Add `meta` to `Client` methods (#1923)
Kludex
authored
f0ab53e
View commit details
Copy full SHA for f0ab53e
View code at this point
Browse repository at this point
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
Add ergonomic Client class for testing MCP servers (#1870)
felixweinberger
authored
df039bf
View commit details
Copy full SHA for df039bf
View code at this point
Browse repository at this point
refactor: move transport-specific parameters from FastMCP constructor to run() (#1898)
Show description for 8adb5bd
Kludex
and
claude
authored
8adb5bd
View commit details
Copy full SHA for 8adb5bd
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
Drop `dependencies` parameter from `FastMCP` (#1877)
Kludex
authored
2ce41a8
View commit details
Copy full SHA for 2ce41a8
View code at this point
Browse repository at this point
fix: change Resource URI fields from AnyUrl to str (#1863)
felixweinberger
authored
cfb2909
View commit details
Copy full SHA for cfb2909
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 Jan 6, 2026
types: add missing `py.typed` from examples package (#1833)
Kludex
authored
adcc17b
View commit details
Copy full SHA for adcc17b
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 3, 2025
fix: add lifespan context manager to StreamableHTTP mounting examples (#1669)
Show description for 72a3400
3 people
authored
72a3400
View commit details
Copy full SHA for 72a3400
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
feat: backwards-compatible create_message overloads for SEP-1577 (#1713)
felixweinberger
authored
fa851d9
View commit details
Copy full SHA for fa851d9
View code at this point
Browse repository at this point
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 25, 2025
Implement SEP-1036: URL mode elicitation for secure out-of-band interactions (#1580)
Show description for 02b7889
cbcoutinho
and
felixweinberger
authored
02b7889
View commit details
Copy full SHA for 02b7889
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 23, 2025
SEP-1330: Elicitation Enum Schema Improvements and Standards Compliance (#1246)
Show description for b19fa6f
chughtapan
and
felixweinberger
authored
b19fa6f
View commit details
Copy full SHA for b19fa6f
View code at this point
Browse repository at this point
Implement SEP-1577 - Sampling With Tools (#1594)
Show description for 71c4755
3 people
authored
71c4755
View commit details
Copy full SHA for 71c4755
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
docs: Update examples to use stateless HTTP with JSON responses (#1499)
domdomegg
authored
fcffa14
View commit details
Copy full SHA for fcffa14
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
Add SEP-1034 conformance test support to everything-server (#1604)
Show description for be73067
felixweinberger
and
maxisbey
authored
be73067
View commit details
Copy full SHA for be73067
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.