From 034398c96cd0bc8b9500df3da9add9deb131d09f Mon Sep 17 00:00:00 2001 From: Masamune Ishihara <1396267+masaishi@users.noreply.github.com> Date: Sat, 17 May 2025 15:12:40 -0700 Subject: [PATCH] Fix Claude Desktop configuration instructions (#4) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0140e..a0ee152 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ On Windows: `%APPDATA%/Claude/claude_desktop_config.json` { "mcpServers": { "llms-txt-explorer": { - "command": "/path/to/llms-txt-explorer/build/index.js" + "command": "node", + "args": ["/path/to/llms-txt-explorer/build/index.js"], } } }