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 }}
chughtapan
/
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
2
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
servers
on
groups_impl
User selector
All users
All time
Commit history
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: 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
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 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 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
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 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 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
Commits on Nov 9, 2025
Add everything-server for comprehensive MCP conformance testing (#1587)
felixweinberger
authored
da4fce2
View commit details
Copy full SHA for da4fce2
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Implement RFC 7523 JWT flows (#1247)
Show description for f161149
LucaButBoring
and
yannj-fr
authored
f161149
View commit details
Copy full SHA for f161149
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
Replace deprecated dev-dependencies with dependency-groups (#1488)
Show description for 340af40
yukuanj
and
felixweinberger
authored
340af40
View commit details
Copy full SHA for 340af40
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
fix: Remove unnecessary constructor from ResourceServerSettings (#1424)
Show description for eb34ab7
rocky-d
and
felixweinberger
authored
eb34ab7
View commit details
Copy full SHA for eb34ab7
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
Fix workspace configuration error with structured_output_lowlevel.py (#1471)
Show description for 7a933fe
felixweinberger
and
lorenss-m
authored
7a933fe
View commit details
Copy full SHA for 7a933fe
View code at this point
Browse repository at this point
Commits on Oct 6, 2025
Improve OAuth protected resource metadata URL construction per RFC 9728 (#1407)
shulkx
authored
df3e428
View commit details
Copy full SHA for df3e428
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
feat: add paginated list decorators for prompts, resources, and tools (#1286)
Show description for 4fb975c
maxisbey
and
claude
authored
4fb975c
View commit details
Copy full SHA for 4fb975c
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
Update simple-resource example to use non-deprecated read_resource return type (#1331)
Show description for 356dfa6
pja-ant
and
claude
authored
356dfa6
View commit details
Copy full SHA for 356dfa6
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
feat: Add CORS configuration for browser-based MCP clients (#1059)
Show description for 09e3a05
3 people
authored
09e3a05
View commit details
Copy full SHA for 09e3a05
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 9, 2025
clean up log.error (#1109)
ihrpr
authored
4fee123
View commit details
Copy full SHA for 4fee123
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 25, 2025
Add schema validation to lowlevel server (#1005)
bhosmer-ant
authored
c8bbfc0
View commit details
Copy full SHA for c8bbfc0
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
Remove github from auth examples (#1011)
ihrpr
authored
ce007de
View commit details
Copy full SHA for ce007de
View code at this point
Browse repository at this point
Commits on Jun 23, 2025
RFC 8707 Resource Indicators Implementation (#991)
ihrpr
authored
679b229
View commit details
Copy full SHA for 679b229
View code at this point
Browse repository at this point
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 resource Link (#974)
ihrpr
authored
d0443a1
View commit details
Copy full SHA for d0443a1
View code at this point
Browse repository at this point
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
Commits on Jun 12, 2025
chore: create union for working with message content (#939)
LucaButBoring
authored
d69b290
View commit details
Copy full SHA for d69b290
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.