From 3bd67c9060657a10607d8bbd50bbfbce781ff898 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Thu, 13 Nov 2025 20:10:13 +0530 Subject: [PATCH] Update README with cursor configs section Added cursor configuration section with JSON example. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2cba2..21e0d92 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ aio app init ```bash cd my-mcp-server -aio app use +aio app use aio app deploy ``` @@ -77,7 +77,17 @@ Add this to your Claude Desktop configuration file: } ``` - +### Cursor configs +```json +{ + "mcpServers": { + "mcp-server-name": { + "url": "https://.adobeioruntime.net/api/v1/web//mcp-server", + "type": "streamable-http" + } + } +} +``` ## MCP Features