* sse: fix regression in URL joining This was broken by https://github.com/modelcontextprotocol/rust-sdk/pull/197. The URL join behaves like this: ``` $ let baseUrl = "https://example.com/sse"; $ new URL("?sessionId=x", baseUrl).href 'https://example.com/sse?sessionId=x' $ new URL("/?sessionId=x", baseUrl).href 'https://example.com/?sessionId=x' ``` The PR #197 did not take into account the relative URL Fixes https://github.com/modelcontextprotocol/rust-sdk/issues/252 * Address review comments |
||
|---|---|---|
| .. | ||
| rmcp | ||
| rmcp-macros | ||