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
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ aio app init

```bash
cd my-mcp-server
aio app use <your-worspace-config.json>
aio app use <your-workspace-config.json>
aio app deploy

```
Expand All @@ -77,7 +77,17 @@ Add this to your Claude Desktop configuration file:
}
```


### Cursor configs
```json
{
"mcpServers": {
"mcp-server-name": {
"url": "https://<namespace>.adobeioruntime.net/api/v1/web/<xyz>/mcp-server",
"type": "streamable-http"
}
}
}
```

## MCP Features

Expand Down