pabal-web-mcp 1.4.8 → 1.4.9
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/README.md +7 -9
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Build synced websites from App Store Connect and Google Play Console data.
|
|
|
6
6
|
|
|
7
7
|
> 💡 **Example**: [labs.quartz.best](https://labs.quartz.best/)
|
|
8
8
|
|
|
9
|
-
[](
|
|
9
|
+
[](https://pabal.quartz.best/docs/en-US/pabal-mcp/README) [](https://pabal.quartz.best/docs/ko-KR/pabal-mcp/README)
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -51,17 +51,15 @@ Set `dataDir` in `~/.config/pabal-mcp/config.json`:
|
|
|
51
51
|
}
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
See [pabal-mcp](https://github.com/quartz-labs-dev/pabal-mcp) for credential setup.
|
|
55
|
-
|
|
56
54
|
## Tools
|
|
57
55
|
|
|
58
|
-
| Category | Tools
|
|
59
|
-
|
|
60
|
-
| ASO
|
|
61
|
-
| Apps
|
|
62
|
-
| Content
|
|
56
|
+
| Category | Tools |
|
|
57
|
+
| -------- | -------------------------------------------------------------------------------------- |
|
|
58
|
+
| ASO | `aso-to-public`, `public-to-aso`, `improve-public`, `validate-aso`, `keyword-research` |
|
|
59
|
+
| Apps | `init-project`, `search-app` |
|
|
60
|
+
| Content | `create-blog-html` |
|
|
63
61
|
|
|
64
|
-
See [documentation](./docs/en/README.md) for details.
|
|
62
|
+
See [documentation](./docs/en-US/README.md) for details.
|
|
65
63
|
|
|
66
64
|
## License
|
|
67
65
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pabal-web-mcp",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.9",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "DEPRECATED: Renamed to pabal-resource-mcp. Please use the new package.",
|
|
6
6
|
"author": "skyu",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
51
|
"bin": {
|
|
52
|
-
"pabal-web-mcp": "
|
|
52
|
+
"pabal-web-mcp": "dist/bin/mcp-server.js"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist"
|