Commit 300696f
fix(docs): correct MCP server npx invocation (-p package, not bare bin) (#101)
#99 documented the MCP server as `npx -y nativeapptemplate-agent-mcp`, but there
is no npm package by that name — it's a *bin* of the `nativeapptemplate-agent`
package, so the bare form 404s. Use the package-scoped form:
`npx -y -p nativeapptemplate-agent nativeapptemplate-agent-mcp`.
Verified against published 0.2.1 from a clean dir with a real MCP initialize
handshake (returns serverInfo nativeapptemplate-agent 0.2.1). Fixes the runnable
references in README, CLAUDE.md, and ROADMAP; SPEC's bin-name mention and the
ROADMAP prose identifier are left as-is (not commands).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 88a9868 commit 300696f
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments