Fix npm package deployment and usage documentation

🔧 Resolve npmjs deployment issue:
- Add npm global installation guide (npm install -g @ironclads/incus-mcp)
- Update Claude Desktop configuration with two options
- Fix mcp-config-example.json to use global binary
- Update CLAUDE.md with correct remote server list (removed lambda)

 npm package now works correctly with global installation
📚 Documentation updated with clear installation options

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
kappa
2025-08-10 21:53:37 +09:00
parent a1b154ac44
commit 31d0e9b97f
4 changed files with 44 additions and 4 deletions

View File

@@ -1,8 +1,7 @@
{
"mcpServers": {
"incus": {
"command": "node",
"args": ["/Users/kaffa/mcp-servers/incus-mcp/build/index.js"],
"command": "incus-mcp",
"env": {
"PATH": "/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin"
}