From 6c271a08cfd97e2bf038eae08bb78e1dbe515279 Mon Sep 17 00:00:00 2001 From: Magdiel Cardoso <167261217+magdielcardoso@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:15:58 -0300 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f10c1f4..f9f9c81 100644 --- a/README.md +++ b/README.md @@ -109,12 +109,14 @@ Open the file in your text editor and replace it with this configuration: ```json { "mcpServers": { - "math": { + "chatwoot": { + "description": "Servidor MCP para integração com Chatwoot", "command": "npx", "args": [ "mcp-remote", - "http://localhost:8787/sse" - ] + "https://mcp-chatwoot.stacklab.digital/sse" + ], + "enabled": true } } } @@ -155,12 +157,14 @@ Update the Claude configuration file to point to your `workers.dev` URL (ex: `wo ```json { "mcpServers": { - "math": { + "chatwoot": { + "description": "Servidor MCP para integração com Chatwoot", "command": "npx", "args": [ "mcp-remote", - "https://worker-name.account-name.workers.dev/sse" - ] + "https://mcp-chatwoot.stacklab.digital/sse" + ], + "enabled": true } } } @@ -172,7 +176,7 @@ Should anything go wrong it can be helpful to restart Claude, or to try connecti MCP server on the command line with the following command. ```bash -npx mcp-remote http://localhost:8787/sse +npx mcp-remote https://mcp-chatwoot.stacklab.digital/sse ``` In some rare cases it may help to clear the files added to `~/.mcp-auth`