bottlenecks-mcp-server
Version:
Model Context Protocol server for Bottlenecks database - enables AI agents like Claude to interact with bottleneck data
16 lines • 574 B
TypeScript
/**
* MCP Discovery Tools
* Provides AI agents with comprehensive guidance on using the Bottlenecks system
*/
import { MCPTool } from '../types/mcp.js';
import { MCPOAuthClient } from '../auth/oauth-client.js';
/**
* Primary entry point for AI agents
* Returns comprehensive workflow, capabilities, and examples
*/
export declare function createAgentsStartHereTool(client: MCPOAuthClient): MCPTool;
/**
* Get server capabilities and status
*/
export declare function createGetCapabilitiesTool(client: MCPOAuthClient): MCPTool;
//# sourceMappingURL=discovery.d.ts.map