From 7aa7a802141469d50953ace58206f93536a6c2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Johanovsky=CC=81?= Date: Sun, 2 Aug 2026 10:43:02 +0200 Subject: [PATCH 1/2] fix: point MCP server at production https://www.macaly.com The preview deployment URL now returns 410 Gone. Switch the macaly-code MCP endpoint to the production host, keeping the www subdomain since macaly.com 308-redirects to it. Co-Authored-By: Claude Opus 5 (1M context) --- plugins/macaly-code/mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } } From 798f9c8701e12985581ed24d82b515d590403d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Johanovsky=CC=81?= Date: Sun, 2 Aug 2026 10:53:02 +0200 Subject: [PATCH 2/2] docs: add one-click Claude install deep link to README Adds the claude.ai deep link that opens the desktop app directly on the macaly-code install dialog with the marketplace prefilled, alongside the existing /plugin marketplace add flow. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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