Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 261:mcpserver [2026/05/07 10:33] – Policnik, Florian | 261:mcpserver [2026/07/09 12:39] (current) – Policnik, Florian | ||
|---|---|---|---|
| Line 47: | Line 47: | ||
| ==== Configure AI system ===== | ==== Configure AI system ===== | ||
| - | Currently Stages MCP server supports Server-Sent Events (SSE) protocol. The endpoint is ''/ | + | Configuration depends on Stages version |
| + | |||
| + | === Stages 7.12 / Tomcat 9 === | ||
| + | |||
| + | Currently Stages MCP server supports Server-Sent Events (SSE) protocol | ||
| ''< | ''< | ||
| The API token that was created must be provided to the MCP server via the header '' | The API token that was created must be provided to the MCP server via the header '' | ||
| - | |||
| An example MCP configuration: | An example MCP configuration: | ||
| Line 72: | Line 75: | ||
| </ | </ | ||
| + | |||
| + | === Stages 26.1 / Tomcat 10 === | ||
| + | |||
| + | Currently Stages MCP server supports Streamable HTTP protocol for Tomcat 10 version. The endpoint is ''/ | ||
| + | |||
| + | ''< | ||
| + | |||
| + | The API token that was created must be provided to the MCP server via the header '' | ||
| + | |||
| + | An example MCP configuration: | ||
| + | |||
| + | <code javascript> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ], | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | } | ||
| + | </ | ||