Remote MCP support (streamable http and sse) by ktsaou · Pull Request #21036 · netdata/netdata

@ktsaou ktsaou changed the title WIP: Remote MCP support Remote MCP support (streamable http and sse)

Sep 24, 2025

@ktsaou ktsaou marked this pull request as ready for review

September 24, 2025 13:17

@ktsaou

vkalintiris

stelfrag pushed a commit to stelfrag/netdata that referenced this pull request

Oct 3, 2025
* prepare for multiple mcp headends

* fixed last

* updated todo list

* updated todo list

* Add HTTP and SSE adapters for MCP

* Select MCP SSE via Accept header

* MCP: add HTTP/SSE transport support and fix chunked responses

* MCP test client: await HTTP/SSE responses and harden SSE parsing

* docs: drop completed MCP Phase 1/2 tasks from TODO

* docs: renumber remaining MCP phases

* docs: document HTTP/SSE MCP transports and remote-mcp usage

* updated docs for mcp changes

* bearer token in mcp-test-client

* MCP authorization via http header

(cherry picked from commit 891c583)

Ferroin pushed a commit that referenced this pull request

Oct 15, 2025
* prepare for multiple mcp headends

* fixed last

* updated todo list

* updated todo list

* Add HTTP and SSE adapters for MCP

* Select MCP SSE via Accept header

* MCP: add HTTP/SSE transport support and fix chunked responses

* MCP test client: await HTTP/SSE responses and harden SSE parsing

* docs: drop completed MCP Phase 1/2 tasks from TODO

* docs: renumber remaining MCP phases

* docs: document HTTP/SSE MCP transports and remote-mcp usage

* updated docs for mcp changes

* bearer token in mcp-test-client

* MCP authorization via http header

(cherry picked from commit 891c583)