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 }}
andylim-duo
/
python-sdk
Public
forked from
modelcontextprotocol/python-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(auth): add tenant_id to session and request context
- #3
#3
Merged
andylim-duo
merged 16 commits into
main
andylim-duo/python-sdk:main
from
feature/multi-tenant-session-context
andylim-duo/python-sdk:feature/multi-tenant-session-context
Copy head branch name to clipboard
Mar 16, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
feat(auth): add tenant_id to session and request context
#3
andylim-duo
merged 16 commits into
main
andylim-duo/python-sdk:main
from
feature/multi-tenant-session-context
andylim-duo/python-sdk:feature/multi-tenant-session-context
Copy head branch name to clipboard
Commits
Commits on Mar 11, 2026
feat(auth): add tenant_id to session and request context
Show description for 293a6ee
andylim-duo
committed
293a6ee
View commit details
Copy full SHA for 293a6ee
Browse repository at this point
fix(test): use async context manager for ServerSession test
Show description for f597175
andylim-duo
committed
f597175
View commit details
Copy full SHA for f597175
Browse repository at this point
Merge branch 'main' into feature/multi-tenant-session-context
andylim-duo
committed
f5351e0
View commit details
Copy full SHA for f5351e0
Browse repository at this point
test(auth): add tenant isolation tests for concurrent requests
Show description for a7d9a9f
andylim-duo
committed
a7d9a9f
View commit details
Copy full SHA for a7d9a9f
Browse repository at this point
Commits on Mar 12, 2026
Merge branch 'main' into feature/multi-tenant-session-context
andylim-duo
committed
2f6fa78
View commit details
Copy full SHA for 2f6fa78
Browse repository at this point
docs(context): add tenant_id field description to RequestContext docstring
Show description for 9f4b679
andylim-duo
committed
9f4b679
View commit details
Copy full SHA for 9f4b679
Browse repository at this point
feat(auth): populate session.tenant_id from auth context on first request
Show description for 9e3ded2
andylim-duo
committed
9e3ded2
View commit details
Copy full SHA for 9e3ded2
Browse repository at this point
fix(test): resolve pyright reportUnnecessaryComparison error
Show description for 161f123
andylim-duo
committed
161f123
View commit details
Copy full SHA for 161f123
Browse repository at this point
test(auth): add E2E tests for tenant_id binding in request/notification handling
Show description for f3ed099
andylim-duo
committed
f3ed099
View commit details
Copy full SHA for f3ed099
Browse repository at this point
style: apply ruff formatting to test file
andylim-duo
committed
2dcebd0
View commit details
Copy full SHA for 2dcebd0
Browse repository at this point
fix: remove stale pragma no cover from send_roots_list_changed
Show description for ec564e7
andylim-duo
committed
ec564e7
View commit details
Copy full SHA for ec564e7
Browse repository at this point
feat(auth): enforce set-once semantics on ServerSession.tenant_id
Show description for 3dfb2d7
andylim-duo
committed
3dfb2d7
View commit details
Copy full SHA for 3dfb2d7
Browse repository at this point
Commits on Mar 13, 2026
refactor(auth): decouple core server from auth module for tenant extraction
Show description for 117f0da
andylim-duo
committed
117f0da
View commit details
Copy full SHA for 117f0da
Browse repository at this point
Commits on Mar 16, 2026
fix(test): remove dead code in test_get_tenant_id_with_tenant
Show description for 02725c8
andylim-duo
committed
02725c8
View commit details
Copy full SHA for 02725c8
Browse repository at this point
fix(test): replace anyio.sleep(0.01) with anyio.lowlevel.checkpoint()
Show description for 04c7535
andylim-duo
committed
04c7535
View commit details
Copy full SHA for 04c7535
Browse repository at this point
fix(test): use explicit import for anyio.lowlevel.checkpoint
Show description for 92dff29
andylim-duo
committed
92dff29
View commit details
Copy full SHA for 92dff29
Browse repository at this point
You can’t perform that action at this time.