jobnimbus-mcp-client
Version:
JobNimbus MCP Client - Connect Claude Desktop to remote JobNimbus MCP server
15 lines • 560 B
TypeScript
/**
* Get Webhook Monitoring
* Webhook health monitoring, failure detection, delivery analytics, and retry recommendations
*/
import { BaseTool } from '../baseTool.js';
import { MCPToolDefinition, ToolContext } from '../../types/index.js';
export declare class GetWebhookMonitoringTool extends BaseTool<any, any> {
get definition(): MCPToolDefinition;
execute(input: any, context: ToolContext): Promise<any>;
/**
* Calculate webhook health score
*/
private calculateHealthScore;
}
//# sourceMappingURL=getWebhookMonitoring.d.ts.map