pabal-resource-mcp 1.4.8 → 1.5.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # pabal-web-mcp
1
+ # pabal-resource-mcp
2
2
 
3
3
  MCP server for ASO ↔ Web SEO data conversion.
4
4
 
@@ -6,24 +6,24 @@ 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
- [![Documentation](https://img.shields.io/badge/docs-English-blue)](https://pabal.quartz.best/docs/en-US/pabal-mcp/README) [![한국어](https://img.shields.io/badge/docs-한국어-green)](https://pabal.quartz.best/docs/ko-KR/pabal-mcp/README)
9
+ [![Documentation](https://img.shields.io/badge/docs-English-blue)](https://pabal.quartz.best/docs/en-US/pabal-store-api-mcp/README) [![한국어](https://img.shields.io/badge/docs-한국어-green)](https://pabal.quartz.best/docs/ko-KR/pabal-store-api-mcp/README)
10
10
 
11
11
  ## Installation
12
12
 
13
13
  ```bash
14
- npm install pabal-web-mcp
14
+ npm install pabal-resource-mcp
15
15
  ```
16
16
 
17
- **Requirements:** Node.js >= 18, [pabal-mcp](https://github.com/quartz-labs-dev/pabal-mcp)
17
+ **Requirements:** Node.js >= 18, [pabal-store-api-mcp](https://github.com/quartz-labs-dev/pabal-store-api-mcp)
18
18
 
19
19
  ## MCP Configuration
20
20
 
21
21
  ```json
22
22
  {
23
23
  "mcpServers": {
24
- "pabal-web-mcp": {
24
+ "pabal-resource-mcp": {
25
25
  "command": "npx",
26
- "args": ["-y", "pabal-web-mcp"]
26
+ "args": ["-y", "pabal-resource-mcp"]
27
27
  }
28
28
  }
29
29
  }