Fix Claude Desktop configuration instructions (#4)

This commit is contained in:
Masamune Ishihara
2025-05-17 15:12:40 -07:00
committed by GitHub
parent 1c84cae804
commit 034398c96c

View File

@@ -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"],
}
}
}