diff --git a/README.md b/README.md index efaa144..bb2cba2 100644 --- a/README.md +++ b/README.md @@ -43,19 +43,18 @@ Generate **MCP servers** that run on Adobe I/O Runtime. Connect AI assistants li ### Generate Project ```bash -# Using Adobe I/O CLI -aio app init my-mcp-server --template @adobe/generator-app-remote-mcp-server-generic +# Using Adobe I/O CLI , You will see tempalte generator-app-remote-mcp-server-generic listed in the all tempaltes list +aio app init -# Or using npm -npm create @adobe/aio-app my-mcp-server --template @adobe/generator-app-remote-mcp-server-generic ``` ### Deploy & Use ```bash cd my-mcp-server -npm install -npm run deploy +aio app use +aio app deploy + ``` Connect to your deployed MCP server in Cursor or Claude Desktop using the provided URL. @@ -122,4 +121,4 @@ npm run e2e ## License -Apache V2 License - see [LICENSE](LICENSE) for details. \ No newline at end of file +Apache V2 License - see [LICENSE](LICENSE) for details.