@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.
- package/build/index.d.ts +14 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +35 -596
- package/build/index.js.map +1 -1
- package/build/prompts/index.d.ts +7 -0
- package/build/prompts/index.d.ts.map +1 -0
- package/build/prompts/index.js +6 -0
- package/build/prompts/index.js.map +1 -0
- package/build/prompts/templates.d.ts +3 -0
- package/build/prompts/templates.d.ts.map +1 -0
- package/build/prompts/templates.js +280 -0
- package/build/prompts/templates.js.map +1 -0
- package/build/services/appinsights-service.d.ts +105 -0
- package/build/services/appinsights-service.d.ts.map +1 -0
- package/build/services/appinsights-service.js +324 -0
- package/build/services/appinsights-service.js.map +1 -0
- package/build/services/index.d.ts +3 -0
- package/build/services/index.d.ts.map +1 -0
- package/build/services/index.js +2 -0
- package/build/services/index.js.map +1 -0
- package/build/tools/index.d.ts +8 -0
- package/build/tools/index.d.ts.map +1 -0
- package/build/tools/index.js +9 -0
- package/build/tools/index.js.map +1 -0
- package/build/tools/query-tools.d.ts +3 -0
- package/build/tools/query-tools.d.ts.map +1 -0
- package/build/tools/query-tools.js +85 -0
- package/build/tools/query-tools.js.map +1 -0
- package/build/tools/telemetry-tools.d.ts +3 -0
- package/build/tools/telemetry-tools.d.ts.map +1 -0
- package/build/tools/telemetry-tools.js +208 -0
- package/build/tools/telemetry-tools.js.map +1 -0
- package/build/types.d.ts +9 -0
- package/build/types.d.ts.map +1 -0
- package/build/types.js +2 -0
- package/build/types.js.map +1 -0
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
|
|
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
|
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";
|
|
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"}
|