mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-02 08:14:43 -08:00
fix: even more schema apatations
This commit is contained in:
@@ -564,7 +564,6 @@ The current MCP server has 10 tools (76 actions) after consolidation. The follow
|
||||
|--------------|---------------|---------------|
|
||||
| `list_ups_devices()` | `upsDevices` query | UPS monitoring |
|
||||
| `get_ups_device(id)` | `upsDeviceById` query | UPS details |
|
||||
| `get_ups_configuration()` | `upsConfiguration` query | UPS config |
|
||||
| `configure_ups(config)` | `configureUps` mutation | UPS management |
|
||||
|
||||
#### System Metrics (0 tools currently, 1 query + 3 subscriptions)
|
||||
|
||||
@@ -1128,7 +1128,6 @@ type ApiKey implements Node {
|
||||
permissions: JSON
|
||||
createdAt: String!
|
||||
description: String
|
||||
lastUsed: String
|
||||
}
|
||||
|
||||
type ApiKeyMutations {
|
||||
|
||||
Reference in New Issue
Block a user