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 }}
Sunrisea
/
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
Branch selector
main
User selector
All users
All time
Commit history
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
Browse repository at this point
Make client examples workspaces to reflect package code (#1466)
LucaButBoring
authored
c733eec
View commit details
Copy full SHA for c733eec
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
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
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
Browse repository at this point
feat: add resource annotations support to FastMCP (#1468)
fennb
authored
cd7253c
View commit details
Copy full SHA for cd7253c
Browse repository at this point
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
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
Browse repository at this point
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
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
Browse repository at this point
Commits on Oct 6, 2025
fix: update CLAUDE.md to remove auto-addition of reviewers. (#1431)
felixweinberger
authored
61399b3
View commit details
Copy full SHA for 61399b3
Browse repository at this point
Update README to link to Python SDK documentation (#1430)
felixweinberger
authored
7d335ef
View commit details
Copy full SHA for 7d335ef
Browse repository at this point
feat: add ability to remove tools (#1322)
Show description for b8e758b
5 people
authored
b8e758b
View commit details
Copy full SHA for b8e758b
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
Browse repository at this point
Commits on Oct 3, 2025
Add documentation about testing (#1426)
Kludex
authored
814c9c0
View commit details
Copy full SHA for 814c9c0
Browse repository at this point
Add documentation structure (#1425)
Kludex
authored
89619a8
View commit details
Copy full SHA for 89619a8
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
Browse repository at this point
Commits on Sep 30, 2025
fix: catch and rethrow SSEError during SSE connection establishment (#975)
Show description for f676f6c
3 people
authored
f676f6c
View commit details
Copy full SHA for f676f6c
Browse repository at this point
fix: improve misleading warning for progress callback exceptions (#775)
lorenzocesconetto
authored
d648a31
View commit details
Copy full SHA for d648a31
Browse repository at this point
fix: fix the system message in simple-chatbot example (#1394)
yukuanj
authored
c81ff64
View commit details
Copy full SHA for c81ff64
Browse repository at this point
Delete CODEOWNERS to eliminate notification overload (#1413)
felixweinberger
authored
8dd15ac
View commit details
Copy full SHA for 8dd15ac
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
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
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
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
Browse repository at this point
Add error log for client stdio (#924)
Show description for 146d7ef
4 people
authored
146d7ef
View commit details
Copy full SHA for 146d7ef
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
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
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
Browse repository at this point
Remove "unconditionally" from conditional description (#1289)
mssalvatore
authored
7629fe6
View commit details
Copy full SHA for 7629fe6
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
Browse repository at this point
Fastmcp logging progress example (#1270)
Show description for 03e19f1
stevebillings
and
felixweinberger
authored
03e19f1
View commit details
Copy full SHA for 03e19f1
Browse repository at this point
Add test for ProtectedResourceMetadataParsing (#1236)
Show description for 20596e5
4 people
authored
20596e5
View commit details
Copy full SHA for 20596e5
Browse repository at this point
Commits on Sep 22, 2025
Return HTTP 403 for invalid Origin headers (#1353)
pja-ant
authored
7e93a9f
View commit details
Copy full SHA for 7e93a9f
Browse repository at this point
Commits on Sep 17, 2025
Use --frozen in pre-commit config (#1375)
pja-ant
authored
ca34666
View commit details
Copy full SHA for ca34666
Browse repository at this point
Previous
Next
You can’t perform that action at this time.