@appaflytech/wappa-mcp 0.0.4 → 0.0.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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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", "@appaflytech/wappa-mcp"],
|
|
18
|
+
"args": ["-y", "@appaflytech/wappa-mcp@latest"],
|
|
19
19
|
"env": {
|
|
20
20
|
"WAP_ADMIN_API_URL": "https://your-wap-admin-api-url.com",
|
|
21
21
|
"WAP_SITE_KEY": "your-site-slug",
|
|
@@ -62,7 +62,7 @@ Projenizin `.claude/mcp.json` dosyasına ekleyin:
|
|
|
62
62
|
"mcpServers": {
|
|
63
63
|
"wap": {
|
|
64
64
|
"command": "npx",
|
|
65
|
-
"args": ["-y", "@appaflytech/wappa-mcp"],
|
|
65
|
+
"args": ["-y", "@appaflytech/wappa-mcp@latest"],
|
|
66
66
|
"env": {
|
|
67
67
|
"WAP_ADMIN_API_URL": "https://wap-admin-api.example.com",
|
|
68
68
|
"WAP_SITE_KEY": "your-site-slug",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appaflytech/wappa-mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "MCP Server for WAPPA (Content Management System & Web Site Tools) Admin API — Claude Code integration for component, page, widget, and site management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|