diff --git a/README.md b/README.md index 55d960d..36e3097 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,18 @@ becomes a real, deployable app with a live preview — instead of local scaffold ## Claude Code -**Add the custom marketplace** +**One-click install** + +[Install macaly-code in Claude](https://claude.ai/desktop/customize/plugins/new?marketplace=langtail/macaly-code-plugin&plugin=macaly-code) + +``` +https://claude.ai/desktop/customize/plugins/new?marketplace=langtail/macaly-code-plugin&plugin=macaly-code +``` + +This opens the Claude desktop app straight on the macaly-code install dialog, with the +marketplace already filled in. + +**Or add the custom marketplace by hand** ```sh /plugin marketplace add langtail/macaly-code-plugin diff --git a/plugins/macaly-code/mcp.json b/plugins/macaly-code/mcp.json index d2d8252..908c34a 100644 --- a/plugins/macaly-code/mcp.json +++ b/plugins/macaly-code/mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "macaly-code": { "type": "http", - "url": "https://macaly-git-johanovskyt-macaly-mcp-poc-prompt-langtail.vercel.app/api/code-mcp/mcp" + "url": "https://www.macaly.com/api/code-mcp/mcp" } } }