mirror of
https://github.com/thedaviddias/mcp-llms-txt-explorer.git
synced 2025-10-19 03:17:32 +03:00
Fix Claude Desktop configuration instructions (#4)
This commit is contained in:
committed by
GitHub
parent
1c84cae804
commit
034398c96c
@@ -76,7 +76,8 @@ On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"llms-txt-explorer": {
|
"llms-txt-explorer": {
|
||||||
"command": "/path/to/llms-txt-explorer/build/index.js"
|
"command": "node",
|
||||||
|
"args": ["/path/to/llms-txt-explorer/build/index.js"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user