pabal-web-mcp 0.1.3 → 0.1.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/dist/bin/mcp-server.js +8 -8
- package/dist/chunk-4G7O7LKL.js +1045 -0
- package/dist/chunk-A7KGUQPB.js +1058 -0
- package/dist/chunk-ZDL4PKBE.js +1058 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -595,11 +595,11 @@ declare function saveAsoToAsoDir(slug: string, asoData: AsoData, options?: {
|
|
|
595
595
|
*/
|
|
596
596
|
declare function getAsoDataDir(): string;
|
|
597
597
|
/**
|
|
598
|
-
* Get the pullData directory path
|
|
598
|
+
* Get the pullData directory path (dataDir/.aso/pullData)
|
|
599
599
|
*/
|
|
600
600
|
declare function getPullDataDir(): string;
|
|
601
601
|
/**
|
|
602
|
-
* Get the pushData directory path
|
|
602
|
+
* Get the pushData directory path (dataDir/.aso/pushData)
|
|
603
603
|
*/
|
|
604
604
|
declare function getPushDataDir(): string;
|
|
605
605
|
/**
|
package/dist/index.js
CHANGED