624d4b24 by Ean Schuessler

Fix repository name references - use moqui-mcp instead of moqui-mcp-2

1 parent ced1f0b0
...@@ -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/
......