UNPKG

bottlenecks-mcp-server

Version:

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

11 lines 356 B
/** * MCP Template Tools * Simple template retrieval - no bullshit handlers */ import { MCPTool } from '../types/mcp.js'; import { MCPOAuthClient } from '../auth/oauth-client.js'; /** * Get bottleneck content templates */ export declare function createGetBottleneckTemplateTool(client: MCPOAuthClient): MCPTool; //# sourceMappingURL=templates.d.ts.map