bc-code-intelligence-mcp
Version:
BC Code Intelligence MCP Server - Complete Specialist Bundle with AI-driven expert consultation, seamless handoffs, and context-preserving workflows
26 lines • 927 B
TypeScript
/**
* Core BC Knowledge MCP Tools
*
* The fundamental 8-tool interface for Business Central development assistance.
* These tools provide the primary interface for accessing BC knowledge, specialists,
* and workflows.
*/
import { Tool } from '@modelcontextprotocol/sdk/types.js';
/**
* Tool name constants for type safety
*/
export declare const STREAMLINED_TOOL_NAMES: {
readonly FIND_BC_KNOWLEDGE: "find_bc_knowledge";
readonly ASK_BC_EXPERT: "ask_bc_expert";
readonly ANALYZE_AL_CODE: "analyze_al_code";
readonly GET_BC_TOPIC: "get_bc_topic";
readonly START_BC_WORKFLOW: "start_bc_workflow";
readonly ADVANCE_WORKFLOW: "advance_workflow";
readonly GET_WORKFLOW_HELP: "get_workflow_help";
readonly GET_BC_HELP: "get_bc_help";
};
/**
* Core 8-tool interface for BC Code Intelligence MCP Server
*/
export declare const streamlinedTools: Tool[];
//# sourceMappingURL=core-tools.d.ts.map