From 8f51f65d6fb0792905744c5cd799845324404c8c Mon Sep 17 00:00:00 2001 From: Mahendran Selvakumar Date: Fri, 27 Mar 2026 00:01:45 +0000 Subject: [PATCH 1/3] Fix Cursor deeplink URL returning 404 error Signed-off-by: Mahendran Selvakumar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82650e9..db0abab 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Documentation is cloned into a temporary directory, and Markdown files are index For Cursor users, you can install the MCP server with a single click using the deeplink below: -[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=pipe-cd.docs-mcp-server&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoibnB4IEBwaXBlLWNkL2RvY3MtbWNwLXNlcnZlckBsYXRlc3QifQ%3D%3D) +[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=pipe-cd.docs-mcp-server&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoibnB4IEBwaXBlLWNkL2RvY3MtbWNwLXNlcnZlckBsYXRlc3QifQ%3D%3D) This will automatically configure the MCP server in your Cursor settings. After clicking the link, Cursor will prompt you to install the server. From 36d11f8fd57c3906828fd60322148f8729cec200 Mon Sep 17 00:00:00 2001 From: Mahendran Selvakumar Date: Fri, 27 Mar 2026 00:17:23 +0000 Subject: [PATCH 2/3] Fix Cursor deeplink to use HTML anchor tag for GitHub compatibility Signed-off-by: Mahendran Selvakumar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db0abab..1512cae 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Documentation is cloned into a temporary directory, and Markdown files are index For Cursor users, you can install the MCP server with a single click using the deeplink below: -[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=pipe-cd.docs-mcp-server&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoibnB4IEBwaXBlLWNkL2RvY3MtbWNwLXNlcnZlckBsYXRlc3QifQ%3D%3D) +Install MCP Server This will automatically configure the MCP server in your Cursor settings. After clicking the link, Cursor will prompt you to install the server. From 0c52247bf028dfc98eefcf9e2d21bef88d2f7f70 Mon Sep 17 00:00:00 2001 From: Mahendran Selvakumar Date: Fri, 27 Mar 2026 00:32:44 +0000 Subject: [PATCH 3/3] Fix Cursor deeplink to use correct install URL Signed-off-by: Mahendran Selvakumar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1512cae..58b8cdd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Documentation is cloned into a temporary directory, and Markdown files are index For Cursor users, you can install the MCP server with a single click using the deeplink below: -Install MCP Server +[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=pipe-cd.docs-mcp-server&config=eyJ0eXBlIjoic3RkaW8iLCJjb21tYW5kIjoibnB4IEBwaXBlLWNkL2RvY3MtbWNwLXNlcnZlckBsYXRlc3QifQ%3D%3D) This will automatically configure the MCP server in your Cursor settings. After clicking the link, Cursor will prompt you to install the server.