UNPKG

bottlenecks-mcp-server

Version:

Model Context Protocol server for Bottlenecks database - enables AI agents like Claude to interact with bottleneck data

11 lines 423 B
/** * MCP Admin Operations Tools * Provides AI agents with admin-specific capabilities for managing bottlenecks */ import { MCPTool } from '../types/mcp.js'; import { MCPOAuthClient } from '../auth/oauth-client.js'; /** * Admin tool to list unapproved bottlenecks for review */ export declare function createListUnapprovedBottlenecksTool(client: MCPOAuthClient): MCPTool; //# sourceMappingURL=admin-operations.d.ts.map