You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp-tools.js
+5-24Lines changed: 5 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ export function getToolDefinitions() {
125
125
},
126
126
{
127
127
name: 'get_rpc_monitor',
128
-
description: 'Get RPC monitor status (isMonitoring, lastUpdated) and endpoint health check results (working/total counts, per-endpoint latency and status) for all chains',
128
+
description: 'Get RPC monitor status and summary endpoint health counts across all chains (without per-chain endpoint listing)',
129
129
inputSchema: {
130
130
type: 'object',
131
131
properties: {},
@@ -290,24 +290,7 @@ function handleValidateChains() {
0 commit comments