| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add MCP_NAME header constant and inject it in the streamable HTTP client transport (HttpClientStreamableHttpTransport)
|
Hey @cooleditphoto ! Thanks for your contribution. A few remarks:
|
Sorry, something went wrong.
Add MCP_NAME header constant and inject it in the streamable HTTP client transport (HttpClientStreamableHttpTransport)
…com/cooleditphoto/java-sdk into feature/SEP-2243-Mcp-Name-in-header
…com/cooleditphoto/java-sdk into feature/SEP-2243-Mcp-Name-in-header
|
Flagging an overlap so it doesn't get discovered at merge time: #1112 (mine, still draft) also implements Mcp-Name, and touches three of the same files as this PR — HttpClientStreamableHttpTransport, HttpServletStreamableServerTransportProvider and HttpHeaders. #1026 covers the Mcp-Method half on two of them. Three open PRs against #990. This one is furthest along and already has review on it, so I'd rather not cut across it. I'm happy to strip Mcp-Name out of #1112 and rebase what's left — the protocol-version validation and the server-side header/body consistency checks — on top of this once it lands. Say the word and I'll do that rather than have maintainers reconcile three diffs. This comment was created with AI assistance. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add MCP_NAME header constant and inject it in the streamable HTTP client transport (HttpClientStreamableHttpTransport) and HTTP server transport
Motivation and Context
#990
To solve the Mcp_Name part of https://modelcontextprotocol.io/seps/2243-http-standardization
How Has This Been Tested?
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:44 min
[INFO] Finished at: 2026-06-02T09:02:38-04:00
[INFO] ------------------------------------------------------------------------
Breaking Changes
Types of changes
Checklist
Additional context