@appaflytech/wappa-mcp 0.0.1 → 0.0.3
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 +5 -5
- package/dist/base-components.d.ts +4 -0
- package/dist/base-components.d.ts.map +1 -1
- package/dist/base-components.js +1793 -339
- package/dist/base-components.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# wappa-mcp
|
|
1
|
+
# @appaflytech/wappa-mcp
|
|
2
2
|
|
|
3
3
|
WAPPA (Content Management System & Web Site Tools) Admin API için [MCP (Model Context Protocol)](https://modelcontextprotocol.io) Server.
|
|
4
4
|
|
|
@@ -15,7 +15,7 @@ Doğrudan MCP yapılandırmasında kullanabilirsiniz — ayrıca `npm install` y
|
|
|
15
15
|
"mcpServers": {
|
|
16
16
|
"wap": {
|
|
17
17
|
"command": "npx",
|
|
18
|
-
"args": ["-y", "wappa-mcp"],
|
|
18
|
+
"args": ["-y", "@appaflytech/wappa-mcp"],
|
|
19
19
|
"env": {
|
|
20
20
|
"WAP_ADMIN_API_URL": "https://your-wap-admin-api-url.com",
|
|
21
21
|
"WAP_SITE_KEY": "your-site-slug",
|
|
@@ -31,13 +31,13 @@ Doğrudan MCP yapılandırmasında kullanabilirsiniz — ayrıca `npm install` y
|
|
|
31
31
|
### Global Kurulum
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm install -g wappa-mcp
|
|
34
|
+
npm install -g @appaflytech/wappa-mcp
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
### Proje İçi Kurulum
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm install wappa-mcp
|
|
40
|
+
npm install @appaflytech/wappa-mcp
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
## Yapılandırma
|
|
@@ -62,7 +62,7 @@ Projenizin `.claude/mcp.json` dosyasına ekleyin:
|
|
|
62
62
|
"mcpServers": {
|
|
63
63
|
"wap": {
|
|
64
64
|
"command": "npx",
|
|
65
|
-
"args": ["-y", "wappa-mcp"],
|
|
65
|
+
"args": ["-y", "@appaflytech/wappa-mcp"],
|
|
66
66
|
"env": {
|
|
67
67
|
"WAP_ADMIN_API_URL": "https://wap-admin-api.example.com",
|
|
68
68
|
"WAP_SITE_KEY": "your-site-slug",
|
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
* Keeping them here lets the MCP answer schema questions without an API call,
|
|
7
7
|
* and gives you one place to update their definitions.
|
|
8
8
|
*
|
|
9
|
+
* SOURCE OF TRUTH: wappa-admin-ui/src/components/page-builder/definitions/
|
|
10
|
+
* - constants.ts — shared prop blocks
|
|
11
|
+
* - elements.ts — component definitions
|
|
12
|
+
*
|
|
9
13
|
* isMobile: true → available in BOTH web and mobile builders
|
|
10
14
|
* isMobile: false → web builder only
|
|
11
15
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../src/base-components.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../src/base-components.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IAC9C,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,aAAa;IAC5B,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,gEAAgE;IAChE,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE;QACV,KAAK,EAAE,QAAQ,EAAE,CAAC;QAClB,MAAM,CAAC,EAAE;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,QAAQ,EAAE,CAAA;SAAE,EAAE,CAAC;QAChD,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QACnC,OAAO,CAAC,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KAC5D,CAAC;CACH;AAq7BD,eAAO,MAAM,eAAe,EAAE,aAAa,EA+kC1C,CAAC;AAEF,2CAA2C;AAC3C,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,CAG7E"}
|