-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
Summary
There's a discrepancy between the MCP server registration instructions in the README versus what's shown after global installation.
Discrepancy
README says:
claude mcp add agentic-qe npx agentic-qe mcpPost-install message says (after npm install -g agentic-qe):
claude mcp add aqe -- aqe-mcpDifferences
| Aspect | README | Post-install |
|---|---|---|
| MCP name | agentic-qe |
aqe |
| Command | npx agentic-qe mcp |
aqe-mcp |
| Separator | (none) | -- |
Questions
-
Is this intentional for global vs local installs?
- Local install:
npx agentic-qe mcp(since command not in PATH) - Global install:
aqe-mcp(direct command available)
- Local install:
-
Which MCP name should users use?
agentic-qeoraqe? -
Should the README document both approaches?
Impact
Users following the README after a global install may use the wrong command, potentially causing the MCP server to fail or be registered with an inconsistent name.
Suggestion
Either:
- Update README to show both global and local install commands
- Or standardize on one approach and update both places
🤖 Generated with Claude Code
Metadata
Metadata
Assignees
Labels
No labels