fix: update all docs with correct MCP setup (npm package)

- docs/0_overview.md - npm config instead of stdio path
- docs/README.md - npm config instead of stdio path
- docs/4_tools-and-guides.md - added standalone server to key files
- docs/8_mcp.md - already updated in previous commit

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
“BeeRad”
2026-02-02 09:53:57 +11:00
co-authored by Claude Opus 4.5
parent fbbfb737ce
commit e8b16e8f50
3 changed files with 12 additions and 9 deletions
+4 -4
View File
@@ -42,20 +42,20 @@ Open http://localhost:3000
## MCP Integration
Add to your Claude Code config:
Add to your `~/.claude.json`:
```json
{
"mcpServers": {
"ra-h": {
"command": "node",
"args": ["/path/to/ra-h_os/apps/mcp-server/stdio-server.js"]
"command": "npx",
"args": ["ra-h-mcp-server"]
}
}
}
```
See [MCP docs](./8_mcp.md) for full setup.
Works without RA-OS running. See [MCP docs](./8_mcp.md) for alternatives.
## Questions?