Fix repository name references - use moqui-mcp instead of moqui-mcp-2
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -119,8 +119,8 @@ cd /app | ... | @@ -119,8 +119,8 @@ cd /app |
| 119 | 119 | ||
| 120 | 2. **Clone and build:** | 120 | 2. **Clone and build:** |
| 121 | ```bash | 121 | ```bash |
| 122 | git clone <repository-url> | 122 | git clone https://github.com/schue/moqui-mcp.git |
| 123 | cd moqui-mcp-2 | 123 | cd moqui-mcp |
| 124 | ./gradlew build | 124 | ./gradlew build |
| 125 | ``` | 125 | ``` |
| 126 | 126 | ||
| ... | @@ -248,7 +248,7 @@ test.product.color=blue | ... | @@ -248,7 +248,7 @@ test.product.color=blue |
| 248 | ### Project Structure | 248 | ### Project Structure |
| 249 | 249 | ||
| 250 | ``` | 250 | ``` |
| 251 | moqui-mcp-2/ | 251 | moqui-mcp/ |
| 252 | ├── component.xml # Component definition | 252 | ├── component.xml # Component definition |
| 253 | ├── MoquiConf.xml # Server configuration | 253 | ├── MoquiConf.xml # Server configuration |
| 254 | ├── service/ | 254 | ├── service/ | ... | ... |
-
Please register or sign in to post a comment