Skip to content

v0.4.0

Choose a tag to compare

@just-tobi just-tobi released this 27 Mar 09:02
v0.4.0
464b387

What's new

Configurable MCP Server Registry

  • MCP servers are now managed as database records (tx_nrmcpagent_mcp_server) instead of a single hardcoded extension setting
  • Multiple MCP servers can be configured simultaneously; tool names are prefixed with the server key (e.g. typo3__ReadTable)
  • A default server record is created automatically on the first chat request when MCP is enabled
  • Connection check on save: saving an MCP server record now immediately tests the connection and shows a flash message (✓ OK / ✗ failed)
  • Fast-fail: process exits are detected immediately instead of waiting for the 30s timeout
  • Connection check uses a 5s timeout to keep the backend save responsive

Bug fixes

  • Tab rename: double-click no longer unreachable on very short tab titles
  • Tab rename: focus no longer stolen by the chat input when renaming a non-active tab
  • Toolbar button: now reliably opens the panel from the collapsed (minimized) state