Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
modelcontextprotocol
/
swift-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
117
Star
974
Code
Issues
27
Pull requests
8
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 14, 2025
Update README to document support for Alpine Linux (#153)
mattt
authored
f1b50e6
Copy full SHA for f1b50e6
Enable building with the Swift Linux SDK (#151)
t089
authored
e019cb6
Copy full SHA for e019cb6
Commits on Aug 10, 2025
Bump version to 0.10.0
mattt
committed
e76d611
Copy full SHA for e76d611
Add `requestModifier` property to `HTTPClientTransport` (#152)
Show description for 0121dcc
mattt
and
TimWangING
authored
0121dcc
Copy full SHA for 0121dcc
docs: fix code example in README.md (#141)
phimage
authored
8a50d89
Copy full SHA for 8a50d89
Revert "Revert "Remove deprecated MCP.Error typealias (#102)" (#104)" (#105)
Show description for 7c58239
mattt
authored
7c58239
Copy full SHA for 7c58239
Replace compile-time directives with target platform conditions (#143)
Show description for 778ab33
3 people
authored
778ab33
Copy full SHA for 778ab33
Add plumbing to set instructions on Server (#145)
Show description for e2afccd
3 people
authored
e2afccd
Copy full SHA for e2afccd
Implement in-memory / passthrough transport (#122)
Show description for 63fd276
mattt
authored
63fd276
Copy full SHA for 63fd276
remove info level logging message and use debug instead (#132)
sebsto
authored
9ad382d
Copy full SHA for 9ad382d
Make Tool.inputSchema nonoptional (#123)
mattt
authored
f3b9ba4
Copy full SHA for f3b9ba4
Commits on Jul 24, 2025
Remove Loopwork copyright from license (#148)
carlpeaslee
authored
c95d0c0
Copy full SHA for c95d0c0
Commits on Jul 8, 2025
Add configuration for maximum receive buffer size to NetworkTransport (#146)
mattt
authored
494b5b5
Copy full SHA for 494b5b5
Commits on Jun 12, 2025
Update `inputSchema` example usage (#136)
Show description for 36865fb
mattt
authored
36865fb
Copy full SHA for 36865fb
Commits on Jun 5, 2025
Adjust logging level for frequent / low-level events (#130)
mattt
authored
7a76001
Copy full SHA for 7a76001
Commits on May 30, 2025
Add `Client.listResourceTemplates` method (#125)
Show description for 609cdc7
carlpeaslee
and
mattt
authored
609cdc7
Copy full SHA for 609cdc7
Commits on May 26, 2025
Move Sampling from Server to Client directory (#121)
mattt
authored
14fddc4
Copy full SHA for 14fddc4
Bump version to 0.9.0
mattt
committed
9742933
Copy full SHA for 9742933
Update `Client.connect(transport:)` to automatically send `initialize` request (#100)
Show description for a59b50b
mattt
authored
a59b50b
Copy full SHA for a59b50b
Improve ergonomics of prompt and sampling message initialization (#120)
Show description for 3b505ee
mattt
authored
3b505ee
Copy full SHA for 3b505ee
Add support for sampling (#119)
Show description for fac4df6
mattt
authored
fac4df6
Copy full SHA for fac4df6
Add test coverage for base64 data helper methods (#114)
mattt
authored
ddde66d
Copy full SHA for ddde66d
Prevent double continuation resumption in client (#113)
Show description for fec680a
mattt
authored
fec680a
Copy full SHA for fec680a
Commits on May 7, 2025
Improve NetworkTransport and add test coverage (#108)
Show description for 87f33d0
mattt
authored
87f33d0
Copy full SHA for 87f33d0
Bump version to 0.8.2
mattt
committed
266c02d
Copy full SHA for 266c02d
Implement client protocol version negotiation in server initialization (#107)
Show description for 720a810
mattt
authored
720a810
Copy full SHA for 720a810
Bump version to 0.8.1
mattt
committed
3690509
Copy full SHA for 3690509
Revert "Remove deprecated MCP.Error typealias (#102)" (#104)
Show description for bc5360e
mattt
authored
bc5360e
Copy full SHA for bc5360e
Commits on May 6, 2025
Don't throw error if there's a protocol mismatch between client and server (#103)
mattt
authored
800131f
Copy full SHA for 800131f
Remove deprecated MCP.Error typealias (#102)
mattt
authored
d3f061d
Copy full SHA for d3f061d
Bump version to 0.8.0
mattt
committed
305cf7e
Copy full SHA for 305cf7e
Set latest version to 2025-03-26 (#80)
Show description for 23cb192
mattt
authored
23cb192
Copy full SHA for 23cb192
Expand README with more information about client and server usage (#99)
Show description for 32cf6cb
mattt
authored
32cf6cb
Copy full SHA for 32cf6cb
Improve documentation comments for transport types (#98)
Show description for daef492
mattt
authored
daef492
Copy full SHA for daef492
Delay SSE GET connection until after session ID is established (#97)
Show description for bdaa258
mattt
authored
bdaa258
Copy full SHA for bdaa258
Pagination
Previous
Next
You can’t perform that action at this time.