mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 12:16:17 +00:00
* ✨ Reintroduce proper session management for /mcp endpoint Reuse transport and server instance based on session ID in header * ✨ Periodically clean up stale streamable HTTP sessions Add class StreamableSession to improve type clarity * ✨ Avoid recreation of objects when instantiating McpServer instances Precompute the initial instructions and all tool-related data * ✨ Improve logging of tool executions