File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
5654cd 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
6160Connect 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.
You can’t perform that action at this time.
0 commit comments