@mcp-consultant-tools/powerplatform 1.0.0 → 1.0.1
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 +6 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1849 -7
- package/build/index.js.map +1 -1
- package/build/utils/prompt-templates.d.ts +9 -0
- package/build/utils/prompt-templates.d.ts.map +1 -0
- package/build/utils/prompt-templates.js +31 -0
- package/build/utils/prompt-templates.js.map +1 -0
- package/package.json +38 -10
package/build/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { PowerPlatformService } from
|
|
2
|
+
import { PowerPlatformService } from './PowerPlatformService.js';
|
|
3
|
+
/**
|
|
4
|
+
* Register PowerPlatform read-only tools with an MCP server
|
|
5
|
+
* @param server - MCP server instance
|
|
6
|
+
* @param service - Optional pre-initialized PowerPlatformService (for testing)
|
|
7
|
+
*/
|
|
3
8
|
export declare function registerPowerPlatformTools(server: any, service?: PowerPlatformService): void;
|
|
4
|
-
export { PowerPlatformService } from "./PowerPlatformService.js";
|
|
5
9
|
//# 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":";AAIA,OAAO,EAAE,oBAAoB,EAAuB,MAAM,2BAA2B,CAAC;AAKtF;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,oBAAoB,QAmqErF"}
|