-
Notifications
You must be signed in to change notification settings - Fork 643
[FEATURE][UI]: MCP tool refresh button #3765
Copy link
Copy link
Labels
MUSTP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeenhancementNew feature or requestNew feature or requestuiUser InterfaceUser Interfacewxowxo integrationwxo integration
Milestone
Metadata
Metadata
Assignees
Labels
MUSTP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeP1: Non-negotiable, critical requirements without which the product is non-functional or unsafeenhancementNew feature or requestNew feature or requestuiUser InterfaceUser Interfacewxowxo integrationwxo integration
Type
Fields
Give feedbackNo fields configured for Feature.
🧭 Type of Feature
Please select the most appropriate category:
🧑🏻💻 User Story
As a: user
I want: to refresh an MCP
So that: I can access the latest tools an MCP might have released
✅ Acceptance Criteria
📐 Design Sketch (optional)
Include a diagram, sketch, or flow (use Mermaid if desired):
flowchart TD A[Client] -->|POST /gateway/gateway_id/refresh/tools| B(MCPGateway) B -->|/tools/list| C[MCP] B -->|Response - HTMX| A🔗 MCP Standards Check
🔄 Alternatives Considered
🔄 Additional information
The button should be available both in the MCP table and the virtual server creation/editing forms, which may require separate
admin_routeendpoints, for the differentHTMXresponses (success message for mcp table, tools checkbox list for the virtual server forms).