@appaflytech/wappa-mcp 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appaflytech/wappa-mcp",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
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",