Skip to content

Commit 14fafe2

Browse files
Test Userclaude
andcommitted
fix: remove personal Tailscale IP from README
Replace with generic placeholders (YOUR_TAILSCALE_IP, 100.x.x.x) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8d27c9e commit 14fafe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Run Argus on one machine, connect every client over the network. No local instal
341341
On the server:
342342
```bash
343343
export ARGUS_API_KEY=replace-with-a-long-random-secret
344-
argus mcp serve --transport streamable-http --host 100.126.13.70 --port 8001
344+
argus mcp serve --transport streamable-http --host YOUR_TAILSCALE_IP --port 8001
345345
```
346346

347347
To keep the HTTP API and remote MCP service running after reboot on a systemd host:
@@ -359,7 +359,7 @@ On each client:
359359
| **Claude Code** | `{"mcpServers":{"argus":{"type":"sse","url":"http://<server>:8001/mcp","headers":{"Authorization":"Bearer <ARGUS_API_KEY>"}}}}` |
360360
| **Antigravity** | `{"mcpServers":{"argus":{"serverUrl":"http://<server>:8001/mcp","headers":{"Authorization":"Bearer <ARGUS_API_KEY>"}}}}` |
361361

362-
With [Tailscale](https://tailscale.com), `<server>` is your machine's Tailscale IP (e.g. `100.126.13.70`). One server, every machine on your mesh gets search.
362+
With [Tailscale](https://tailscale.com), `<server>` is your machine's Tailscale IP (e.g. `100.x.x.x`). One server, every machine on your mesh gets search.
363363

364364
**Transports**: `stdio` (default, for local), `sse` (legacy remote), `streamable-http` (modern remote — required for Antigravity). Remote HTTP transports require `ARGUS_API_KEY`.
365365

0 commit comments

Comments
 (0)