Release Notes | May 2026

Edit agents directly in the UI

FeatureSeekr-managed instance
Supported on
UI
API
SDK

You can now edit an agent's configuration directly from the UI. Select an agent from the agents list and click Edit to update its name, instructions, model, or tools.

For details, see Manage agents.

MCP connector support for agents

FeatureSeekr-managed instance
Supported on
UI
API
SDK

Agents can now connect to external Model Context Protocol (MCP) servers using the MCP connector tool. SeekrFlow routes outbound requests through a secure internal gateway and handles authentication and token refresh automatically.

To set up an MCP connector tool, create it via the API or SDK with your MCP server URL. Three authentication modes are supported:

  • Servers with dynamic client registration (DCR)
  • OAuth servers without DCR (bring your own client_id and client_secret)
  • Unauthenticated servers

OAuth-based modes require a one-time authorization step before the tool becomes active. Once active, the tool can be linked to any agent.

For more information, see MCP connector.