Skip to content

Commit 306de03

Browse files
authored
Merge pull request #12 from adobe/reradme-update
Revise project generation instructions in README
2 parents 5ad8680 + 8f61289 commit 306de03

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,18 @@ Generate **MCP servers** that run on Adobe I/O Runtime. Connect AI assistants li
4343
### Generate Project
4444

4545
```bash
46-
# Using Adobe I/O CLI
47-
aio app init my-mcp-server --template @adobe/generator-app-remote-mcp-server-generic
46+
# Using Adobe I/O CLI , You will see tempalte generator-app-remote-mcp-server-generic listed in the all tempaltes list
47+
aio app init
4848

49-
# Or using npm
50-
npm create @adobe/aio-app my-mcp-server --template @adobe/generator-app-remote-mcp-server-generic
5149
```
5250

5351
### Deploy & Use
5452

5553
```bash
5654
cd my-mcp-server
57-
npm install
58-
npm run deploy
55+
aio app use <your-worspace-config.json>
56+
aio app deploy
57+
5958
```
6059

6160
Connect to your deployed MCP server in Cursor or Claude Desktop using the provided URL.
@@ -122,4 +121,4 @@ npm run e2e
122121

123122
## License
124123

125-
Apache V2 License - see [LICENSE](LICENSE) for details.
124+
Apache V2 License - see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)