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
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 }}
modelcontextprotocol
/
java-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.7k
Code
Issues
113
Pull requests
155
Discussions
Actions
Projects
Security and quality
4
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: implement HttpClient Streamable HTTP transport
- #337
#337
Closed
tzolov
wants to merge 13 commits into
main
modelcontextprotocol/java-sdk:main
from
experiment-http-client-streamable-http-2
modelcontextprotocol/java-sdk:experiment-http-client-streamable-http-2
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Closed
feat: implement HttpClient Streamable HTTP transport
#337
tzolov
wants to merge 13 commits into
main
modelcontextprotocol/java-sdk:main
from
experiment-http-client-streamable-http-2
modelcontextprotocol/java-sdk:experiment-http-client-streamable-http-2
Copy head branch name to clipboard
Commits
Commits on Jun 24, 2025
feat: implement Streamable HTTP transport and refactor SSE transport to reactive streams
Show description for 8c39fb8
tzolov
committed
8c39fb8
View commit details
Copy full SHA for 8c39fb8
Browse repository at this point
fix java 17 related issue
Show description for 53f5740
tzolov
committed
53f5740
View commit details
Copy full SHA for 53f5740
Browse repository at this point
minor
Show description for 57f0e0a
tzolov
committed
57f0e0a
View commit details
Copy full SHA for 57f0e0a
Browse repository at this point
remove commented code
Show description for ae387a6
tzolov
committed
ae387a6
View commit details
Copy full SHA for ae387a6
Browse repository at this point
Commits on Jun 25, 2025
refactor: improve error handling and cleanup HTTP client transports
Show description for fef3bdb
tzolov
committed
fef3bdb
View commit details
Copy full SHA for fef3bdb
Browse repository at this point
remove redundant class
Show description for 9b0ac03
tzolov
committed
9b0ac03
View commit details
Copy full SHA for 9b0ac03
Browse repository at this point
Commits on Jun 26, 2025
Add sse lost-connection test to verify that no timeouts are thrown
Show description for b4273a0
tzolov
committed
b4273a0
View commit details
Copy full SHA for b4273a0
Browse repository at this point
Commits on Jun 27, 2025
refactor: improve HTTP client error handling and cleanup debug code
Show description for a644fcf
tzolov
committed
a644fcf
View commit details
Copy full SHA for a644fcf
Browse repository at this point
Commits on Jul 3, 2025
Improve error handling and logging
Show description for 9afbb8e
chemicL
committed
9afbb8e
View commit details
Copy full SHA for 9afbb8e
Browse repository at this point
Remove union-like type, remove unnecessary code, centralize deserialization
Show description for 6170283
chemicL
committed
6170283
View commit details
Copy full SHA for 6170283
Browse repository at this point
Reduce the volume of logs
Show description for 7315a53
chemicL
committed
7315a53
View commit details
Copy full SHA for 7315a53
Browse repository at this point
Remove subscription null check as the subscription can not be null
Show description for cf02a57
chemicL
committed
cf02a57
View commit details
Copy full SHA for cf02a57
Browse repository at this point
Address rewview comments
Show description for 4b14fdf
tzolov
committed
4b14fdf
View commit details
Copy full SHA for 4b14fdf
Browse repository at this point
You can’t perform that action at this time.