From aeb7f9bcd29cf0c5443f4093d4b1f35c3df3945e Mon Sep 17 00:00:00 2001 From: devshahofficial Date: Tue, 14 Apr 2026 16:06:53 -0700 Subject: [PATCH] Fix broken hosted SSE link in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove backticks from link display text — some clients (terminals, certain markdown renderers) were including the trailing backtick as part of the URL, producing https://mcp.resemble.ai/sse%5C%60 when clicked. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a90e3..cb87030 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Once installed, try asking your agent: ## Links - [Resemble AI](https://resemble.ai) — Platform -- [`mcp.resemble.ai/sse`](https://mcp.resemble.ai/sse) — Hosted MCP endpoint (zero install) +- [mcp.resemble.ai/sse](https://mcp.resemble.ai/sse) — Hosted MCP endpoint (zero install) - [resemble-ai/resemble-mcp](https://github.com/resemble-ai/resemble-mcp) — Self-host the MCP server - [API Documentation](https://docs.resemble.ai) — Resemble API docs - [skills.sh](https://skills.sh) — The Open Agent Skills Ecosystem