UNPKG

bottlenecks-mcp-server

Version:

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

11 lines 396 B
/** * MCP Feedback Operations Tools * Lets AI agents file bug reports / feature requests as GitHub issues */ import { MCPTool } from '../types/mcp.js'; import { MCPOAuthClient } from '../auth/oauth-client.js'; /** * Submit a bug report or feature request */ export declare function createSubmitBugReportTool(client: MCPOAuthClient): MCPTool; //# sourceMappingURL=feedback-operations.d.ts.map