aipotheosis-labs / aipotheosis-labs/gate22
Allow deletion of custom MCP servers (admin)
Đang mở
backend
feature
frontend
- Ngôn ngữ chính
- TypeScript
- Star
- 178
- Fork
- 24
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
- Motivation:
Admins should be able to remove custom MCP servers from the control plane when deprecated or incorrect.
- Proposed solution:
Add a delete action in the MCP server details view (`frontend/src/app/(dashboard)/mcp-servers/[id]/page.tsx`) gated by `PERMISSIONS.CUSTOM_MCP_SERVER_DELETE`, and call `mcpService.servers.delete`.
- Additional context:
- Frontend API: `frontend/src/features/mcp/api/mcp.service.ts` (servers.delete)
- Backend route: `backend/aci/control_plane/routes/mcp_servers.py` (ensure delete endpoint exists/authorized).
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.