Fixed
- Agents reconnect on their own after a restart. When the server no longer holds an agent's MCP session (restart, idle timeout),
/api/mcpnow answers with the standard "session not found" signal that Claude Code, Claude Desktop and other clients re-initialize on — instead of an error that read as a malformed request and left every connected agent stranded until someone reconnected it by hand.
Added
- The MCP server is now called "Skills, Tools and Knowledge" everywhere you connect an agent. In claude.ai it appears as
Skills, Tools and Knowledge — <your host>; in config files andclaude mcp addthe key isskills-tools-knowledge. If you added the server by hand under the oldknowledge/knowledge-basekey, it keeps working — re-add it under the new key when convenient and remove the old entry. - Add to ChatGPT button next to Add to Claude on the welcome page and the External agent access page. ChatGPT has no prefill link, so it opens ChatGPT's connector settings and shows the name and URL to paste.
- Tool pages show their source. A closed-by-default "Source" section on every tool page shows the file the platform runs, read-only.
Upgrading
Set HEXIS_VERSION=0.13.6, then docker compose pull app && docker compose up -d. No manual migration steps.