@mcp-consultant-tools/application-insights 27.0.0 → 28.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/build/index.d.ts +14 -2
  2. package/build/index.d.ts.map +1 -1
  3. package/build/index.js +35 -596
  4. package/build/index.js.map +1 -1
  5. package/build/prompts/index.d.ts +7 -0
  6. package/build/prompts/index.d.ts.map +1 -0
  7. package/build/prompts/index.js +6 -0
  8. package/build/prompts/index.js.map +1 -0
  9. package/build/prompts/templates.d.ts +3 -0
  10. package/build/prompts/templates.d.ts.map +1 -0
  11. package/build/prompts/templates.js +280 -0
  12. package/build/prompts/templates.js.map +1 -0
  13. package/build/services/appinsights-service.d.ts +105 -0
  14. package/build/services/appinsights-service.d.ts.map +1 -0
  15. package/build/services/appinsights-service.js +324 -0
  16. package/build/services/appinsights-service.js.map +1 -0
  17. package/build/services/index.d.ts +3 -0
  18. package/build/services/index.d.ts.map +1 -0
  19. package/build/services/index.js +2 -0
  20. package/build/services/index.js.map +1 -0
  21. package/build/tools/index.d.ts +8 -0
  22. package/build/tools/index.d.ts.map +1 -0
  23. package/build/tools/index.js +9 -0
  24. package/build/tools/index.js.map +1 -0
  25. package/build/tools/query-tools.d.ts +3 -0
  26. package/build/tools/query-tools.d.ts.map +1 -0
  27. package/build/tools/query-tools.js +85 -0
  28. package/build/tools/query-tools.js.map +1 -0
  29. package/build/tools/telemetry-tools.d.ts +3 -0
  30. package/build/tools/telemetry-tools.d.ts.map +1 -0
  31. package/build/tools/telemetry-tools.js +208 -0
  32. package/build/tools/telemetry-tools.js.map +1 -0
  33. package/build/types.d.ts +9 -0
  34. package/build/types.d.ts.map +1 -0
  35. package/build/types.js +2 -0
  36. package/build/types.js.map +1 -0
  37. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -1,4 +1,16 @@
1
1
  #!/usr/bin/env node
2
- import { ApplicationInsightsService } from "./ApplicationInsightsService.js";
3
- export declare function registerApplicationInsightsTools(server: any, applicationinsightsService?: ApplicationInsightsService): void;
2
+ /**
3
+ * @mcp-consultant-tools/application-insights
4
+ *
5
+ * MCP server for Azure Application Insights integration.
6
+ * Entry point: MCP server startup + backward-compatible registerApplicationInsightsTools().
7
+ */
8
+ /**
9
+ * Register Application Insights tools and prompts to an MCP server.
10
+ * Backward-compatible API for the meta package.
11
+ */
12
+ export declare function registerApplicationInsightsTools(server: any): void;
13
+ export { ApplicationInsightsService } from './services/appinsights-service.js';
14
+ export type { ApplicationInsightsConfig, ApplicationInsightsResourceConfig, QueryResult, MetadataResult, } from './services/appinsights-service.js';
15
+ export type { ServiceContext } from './types.js';
4
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAKA,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAK7E,wBAAgB,gCAAgC,CAAC,MAAM,EAAE,GAAG,EAAE,0BAA0B,CAAC,EAAE,0BAA0B,QAswBpH"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA;;;;;GAKG;AA2DH;;;GAGG;AACH,wBAAgB,gCAAgC,CAAC,MAAM,EAAE,GAAG,GAAG,IAAI,CAKlE;AAGD,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC/E,YAAY,EACV,yBAAyB,EACzB,iCAAiC,EACjC,WAAW,EACX,cAAc,GACf,MAAM,mCAAmC,CAAC;AAC3C,YAAY,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC"}