@west10tech/constructionwire-mcp 1.0.0 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ This MCP server provides 75 tools across 1 integrations:
|
|
|
88
88
|
## Installation
|
|
89
89
|
|
|
90
90
|
```bash
|
|
91
|
-
npm install constructionwire-mcp
|
|
91
|
+
npm install @west10tech/constructionwire-mcp
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
## Environment Setup
|
|
@@ -121,7 +121,7 @@ Add this to your Claude Desktop configuration:
|
|
|
121
121
|
"mcpServers": {
|
|
122
122
|
"constructionwire-mcp": {
|
|
123
123
|
"command": "npx",
|
|
124
|
-
"args": ["constructionwire-mcp
|
|
124
|
+
"args": ["@west10tech/constructionwire-mcp"],
|
|
125
125
|
"env": {
|
|
126
126
|
"CONSTRUCTIONWIRE_PASSWORD": "your_constructionwire_password_here",
|
|
127
127
|
"CONSTRUCTIONWIRE_USERNAME": "your_constructionwire_username_here"
|