kocsszi
kocsszi
### Description INFO:mcp.client.sse:Connecting to SSE endpoint: https://dp-nonprod.msciapps.com/agents-and-tools/echo/sse INFO:httpx:HTTP Request: GET https://dp-nonprod.msciapps.com/agents-and-tools/echo/sse "HTTP/1.1 200 OK" INFO:mcp.client.sse:Received endpoint URL: https://dp-nonprod.msciapps.com/echo/messages/?session_id=869011a64fb949a89d32af5319ccd7ee INFO:mcp.client.sse:Starting post writer with endpoint URL: https://dp-nonprod.msciapps.com/echo/messages/?session_id=869011a64fb949a89d32af5319ccd7ee INFO:httpx:HTTP Request: POST https://dp-nonprod.msciapps.com/echo/messages/?session_id=869011a64fb949a89d32af5319ccd7ee "HTTP/1.1...
### Enhancement Description This request is basically a question if there is some configuration of the existing functionality that would allow me to proxy multiple servers under one endpoint (as...
**Describe the bug** URL parts are being omitted on SSE client session connect. INFO:mcp.client.sse:Connecting to SSE endpoint: https://url-part1.url-part2.com/route1/route2/sse INFO:httpx:HTTP Request: GET https://url-part1.url-part2.com/route1/route2/sse "HTTP/1.1 200 OK" INFO:mcp.client.sse:Received endpoint URL: https://url-part1.url-part2.com/route2/messages/?session_id=a2bd62740b69466c8b27043ccda2513f INFO:mcp.client.sse:Starting...
Hi! I'd like to split a markdown into multiple text chucks based on header hierarchy, i.e. H1s should be top levels and H2 second levels. All text between H2s or...
When I try to add documents to existing tree it prompts me, but there is no add_to_existing method implemented. if self.tree is not None: user_input = input( "Warning: Overwriting existing...