Skip to content

Commit daffc50

Browse files
authored
Fix plugin command path (#147)
1 parent daef48d commit daffc50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": "https://github.com/futuresearch/everyrow-sdk",
99
"mcpServers": {
1010
"everyrow": {
11-
"command": "${CLAUDE_PLUGIN_ROOT}/everyrow-mcp/.venv/bin/everyrow-mcp",
11+
"command": "${CLAUDE_PLUGIN_ROOT}/.venv/bin/everyrow-mcp",
1212
"env": {
1313
"EVERYROW_API_KEY": "${EVERYROW_API_KEY}"
1414
}

0 commit comments

Comments
 (0)