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:
co-authored by
Claude Opus 4.5
parent
fbbfb737ce
commit
e8b16e8f50
@@ -205,8 +205,9 @@ These tools are used by APIs and internal operations:
|
||||
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| `apps/mcp-server/server.js` | HTTP MCP server |
|
||||
| `apps/mcp-server/stdio-server.js` | STDIO MCP server |
|
||||
| `apps/mcp-server-standalone/` | **Standalone MCP server (recommended)** |
|
||||
| `apps/mcp-server/server.js` | HTTP MCP server (requires app running) |
|
||||
| `apps/mcp-server/stdio-server.js` | STDIO bridge to HTTP server |
|
||||
| `src/tools/infrastructure/registry.ts` | Tool registry |
|
||||
| `src/services/guides/guideService.ts` | Guide management |
|
||||
| `src/config/guides/*.md` | Built-in guides |
|
||||
|
||||
Reference in New Issue
Block a user