Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-worspace-config.json>
aio app deploy

```

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

## License

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