Skip to content

Commit f92664b

Browse files
committed
fix(docs): correct npm installation config in README
Update JSON configuration example to use npx @houtini/lm instead of local file paths. This reflects the proper npm package installation method for users.
1 parent 4518f63 commit f92664b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Add to your Claude Desktop configuration file:
8989
{
9090
"mcpServers": {
9191
"houtini-lm": {
92-
"command": "node",
93-
"args": ["path/to/houtini-lm/index.js"],
92+
"command": "npx",
93+
"args": ["@houtini/lm"],
9494
"env": {
9595
"LLM_MCP_ALLOWED_DIRS": "C:/your-projects,C:/dev,C:/websites"
9696
}

0 commit comments

Comments
 (0)