Skip to content

Commit 9fc9e6f

Browse files
committed
fix: instruct agent to use nsip MCP tools directly, not bash
Agent was trying to run nsip binary via bash instead of calling the registered MCP tools (nsip-details, nsip-trait_ranges, etc). Added explicit instructions to use MCP tools by name.
1 parent 964c805 commit 9fc9e6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/flock-action.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ LPN IDs list.
8383

8484
## Action Dispatch
8585

86-
Call the appropriate **nsip** MCP tools based on the action type:
86+
You have access to the **nsip** MCP server tools. Call them directly by name
87+
(e.g., `nsip-details`, `nsip-trait_ranges`, `nsip-compare`). Do NOT try to run
88+
the nsip binary via bash — use the MCP tools instead.
89+
90+
Call the appropriate nsip tools based on the action type:
8791

8892
### Mating Recommendations
8993
For each ewe LPN:

0 commit comments

Comments
 (0)