@trishchuk/ai-think-gate-mcp
Version:
Model Context Protocol (MCP) server that provides AI-powered thinking and code architecture tools
18 lines (17 loc) • 599 B
TypeScript
import { ToolAnnotations } from '../../domain/mcp-types.js';
/**
* Get standard annotations for the Architect tool
*/
export declare function getArchitectToolAnnotations(): ToolAnnotations;
/**
* Get standard annotations for the Think tool
*/
export declare function getThinkToolAnnotations(): ToolAnnotations;
/**
* Get standard annotations for the LLM Gateway tool
*/
export declare function getLLMGatewayToolAnnotations(): ToolAnnotations;
/**
* Get standard annotations for the Sequential Thinking tool
*/
export declare function getSequentialThinkingToolAnnotations(): ToolAnnotations;