UNPKG

mcp-consultant-tools

Version:

Complete MCP Consultant Tools package with all integrations: PowerPlatform, Azure DevOps, Figma, Application Insights, Log Analytics, Azure SQL, Service Bus, SharePoint, and GitHub Enterprise

21 lines 875 B
#!/usr/bin/env node /** * Register all MCP Consultant Tools * * This meta-package combines all 11 service packages (13 total with PowerPlatform split): * - PowerPlatform (read-only: 39 tools, 11 prompts) * - PowerPlatform Customization (schema changes: 40 tools) * - PowerPlatform Data (CRUD: 3 tools) * - Azure DevOps (wikis, work items) * - Figma (design data extraction) * - Application Insights (telemetry, exceptions, performance) * - Log Analytics (logs, Azure Functions troubleshooting) * - Azure SQL (database schema, queries) * - Service Bus (queue monitoring, dead letter analysis) * - SharePoint (sites, document libraries, PowerPlatform validation) * - GitHub Enterprise (repositories, commits, PRs, code search) * * Total: 172 tools + 45 prompts */ export declare function registerAllTools(server: any): void; //# sourceMappingURL=index.d.ts.map