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 }}
codeactual
/
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
tests
on
main
User selector
All users
All time
Commit history
Commits on Nov 19, 2025
chore: Lazy import `jsonschema` library (#1596)
Show description for 9c8f763
wuliang229
and
maxisbey
authored
9c8f763
View commit details
Copy full SHA for 9c8f763
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
fix get_client_metadata_scopes on 401 (#1631)
Show description for 5489e8b
abliznyuk
and
maxisbey
authored
5489e8b
View commit details
Copy full SHA for 5489e8b
View code at this point
Browse repository at this point
feat: Pass through and expose additional parameters in `ClientSessionGroup.call_tool` and `.connect_to_server` (#1576)
inaku-Gyan
authored
a357380
View commit details
Copy full SHA for a357380
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
Refactor `func_metadata()` implementation (#1496)
Viicos
authored
116c13e
View commit details
Copy full SHA for 116c13e
View code at this point
Browse repository at this point
Fix OAuth discovery fallback and URL ordering (#1624)
maxisbey
authored
91ccdb3
View commit details
Copy full SHA for 91ccdb3
View code at this point
Browse repository at this point
refactor: extract OAuth helper functions and simplify provider state (#1586)
maxisbey
authored
7d12e83
View commit details
Copy full SHA for 7d12e83
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
Get baseline 100% clean coverage (#1553)
maxisbey
authored
89e9c43
View commit details
Copy full SHA for 89e9c43
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
Add get_server_capabilities() to ClientSession (#1588)
crondinini-ant
authored
9eae96a
View commit details
Copy full SHA for 9eae96a
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Implement SEP-985: OAuth Protected Resource Metadata discovery fallback (#1548)
Show description for 3390e49
3 people
authored
3390e49
View commit details
Copy full SHA for 3390e49
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
fix: Replace remaining manual server polling with wait_for_server helper (#1529)
maxisbey
authored
db9e451
View commit details
Copy full SHA for db9e451
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
Fix flaky timeout test in test_88_random_error (#1525)
maxisbey
authored
c44e68f
View commit details
Copy full SHA for c44e68f
View code at this point
Browse repository at this point
fix: Replace arbitrary sleeps with active server readiness checks in tests (#1527)
Show description for 3e86edf
maxisbey
and
claude
authored
3e86edf
View commit details
Copy full SHA for 3e86edf
View code at this point
Browse repository at this point
fix: Replace fixed sleep with active server readiness check in SSE tests (#1526)
maxisbey
authored
f97f7c4
View commit details
Copy full SHA for f97f7c4
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
Relax Accept header requirement for JSON-only responses (#1500)
domdomegg
authored
31ae5f4
View commit details
Copy full SHA for 31ae5f4
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
test: use errno.ENOENT for command not found assertion (#1498)
mingo1996
authored
b7e4ae7
View commit details
Copy full SHA for b7e4ae7
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
Allow CallToolResult to be returned directly to support _meta field for OpenAI Apps (#1459)
Show description for 1200ba0
BrandonShar
and
maxisbey
authored
1200ba0
View commit details
Copy full SHA for 1200ba0
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
Expose RequestParams._meta in ClientSession.call_tool (#1231)
Show description for 40acbc5
samchenatti
and
felixweinberger
authored
40acbc5
View commit details
Copy full SHA for 40acbc5
View code at this point
Browse repository at this point
feat: add tool metadata in FastMCP.tool decorator (#1463)
Show description for 98f8248
mat-octave
and
maxisbey
authored
98f8248
View commit details
Copy full SHA for 98f8248
View code at this point
Browse repository at this point
Commits on Oct 15, 2025
fix: Set the Server session initialization state immediately after respond… (#1478)
Show description for dcc68ce
daamitt
and
maxisbey
authored
dcc68ce
View commit details
Copy full SHA for dcc68ce
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
fix: send params as empty object for list methods without cursor (#1453)
felixweinberger
authored
de89457
View commit details
Copy full SHA for de89457
View code at this point
Browse repository at this point
feat: add resource annotations support to FastMCP (#1468)
fennb
authored
cd7253c
View commit details
Copy full SHA for cd7253c
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
Handles message type Exception in lowlevel/server.py _handle_message function. Mentioned as TODO on line 528. (#786)
Show description for b4e50aa
AishwaryaKalloli
and
felixweinberger
authored
b4e50aa
View commit details
Copy full SHA for b4e50aa
View code at this point
Browse repository at this point
[client] Implement MCP OAuth scope selection and step-up authorization (#1324)
dogacancolak
authored
0e29cc4
View commit details
Copy full SHA for 0e29cc4
View code at this point
Browse repository at this point
Commits on Oct 6, 2025
feat: add ability to remove tools (#1322)
Show description for b8e758b
5 people
authored
b8e758b
View commit details
Copy full SHA for b8e758b
View code at this point
Browse repository at this point
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 Oct 1, 2025
Add icons support for ResourceTemplate (#1412)
pja-ant
authored
3e798bf
View commit details
Copy full SHA for 3e798bf
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
fix: improve misleading warning for progress callback exceptions (#775)
lorenzocesconetto
authored
d648a31
View commit details
Copy full SHA for d648a31
View code at this point
Browse repository at this point
Commits on Sep 29, 2025
Update Icon.sizes to use string array format (#1411)
pja-ant
authored
80c0d23
View commit details
Copy full SHA for 80c0d23
View code at this point
Browse repository at this point
Add comprehensive Unicode tests for streamable HTTP transport (#1381)
pja-ant
authored
60f4b2d
View commit details
Copy full SHA for 60f4b2d
View code at this point
Browse repository at this point
Issue 1379 patch - Fix MCP server OAuth not working with Visual Studio Code and others with extra grant_types (#1380)
automaton82
authored
9323efa
View commit details
Copy full SHA for 9323efa
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
Accept additional response_types values from OAuth servers (#1323)
jonshea
authored
1940040
View commit details
Copy full SHA for 1940040
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
Implementation of SEP 973 - Additional metadata + icons support (#1357)
pja-ant
authored
71889d7
View commit details
Copy full SHA for 71889d7
View code at this point
Browse repository at this point
feat: Add SDK support for SEP-1034 default values in elicitation schemas (#1337)
Show description for b85e7bd
chughtapan
and
felixweinberger
authored
b85e7bd
View commit details
Copy full SHA for b85e7bd
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
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
Previous
Next
You can’t perform that action at this time.