Refresh the list of available tools from an MCP server.
Authorization: Bearer <token> header.
tools/list endpoint and updates the cached tool list. This is useful when the server has added or removed tools since it was first registered.
No request body is required.
| Code | Description |
|---|---|
200 | Tools refreshed successfully |
401 | Unauthorized - invalid or missing authentication |
404 | MCP server not found |
502 | Failed to connect to the MCP server |