api-manager icon indicating copy to clipboard operation
api-manager copied to clipboard

[MCP] Provide the ability to refetch the tool list/resource list for an already created MCP Server

Open ashera96 opened this issue 2 months ago • 0 comments

Current Limitation

As per the current behaviour, we can create an MCP server using the following 2 options:

  • Create MCP server using an OpenAPI definition
  • Import an external MCP Server and proxy via API Manager

When an MCP server is created using one of the aforementioned approaches, the operation list or tool list cannot be updated thereafter. We need the ability to refetch the definition so as to get the updated operation list for option 1 above and update tool list for option 2.

Suggested Improvement

Under the endpoints page where we show the backend API definition, provide an option to refetch the available operation list/tool list by updating the definition file. Thereby, we need to give them a option to either keep the current tool list or create a new set of tools based on the newly fetched definition file.

Version

4.6.0

ashera96 avatar Oct 21 '25 09:10 ashera96