@west10tech/constructionwire-mcp 1.0.0 → 1.1.6
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 +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# constructionwire-mcp
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@west10tech/constructionwire-mcp)
|
|
4
|
+
|
|
5
|
+
MCP server with full ConstructionWire capabilities (75 endpoints)
|
|
6
|
+
|
|
7
|
+
**npm:** https://www.npmjs.com/package/@west10tech/constructionwire-mcp
|
|
4
8
|
|
|
5
9
|
This MCP server includes the following integrations:
|
|
6
10
|
|
|
@@ -88,7 +92,7 @@ This MCP server provides 75 tools across 1 integrations:
|
|
|
88
92
|
## Installation
|
|
89
93
|
|
|
90
94
|
```bash
|
|
91
|
-
npm install constructionwire-mcp
|
|
95
|
+
npm install @west10tech/constructionwire-mcp
|
|
92
96
|
```
|
|
93
97
|
|
|
94
98
|
## Environment Setup
|
|
@@ -121,7 +125,7 @@ Add this to your Claude Desktop configuration:
|
|
|
121
125
|
"mcpServers": {
|
|
122
126
|
"constructionwire-mcp": {
|
|
123
127
|
"command": "npx",
|
|
124
|
-
"args": ["constructionwire-mcp
|
|
128
|
+
"args": ["@west10tech/constructionwire-mcp"],
|
|
125
129
|
"env": {
|
|
126
130
|
"CONSTRUCTIONWIRE_PASSWORD": "your_constructionwire_password_here",
|
|
127
131
|
"CONSTRUCTIONWIRE_USERNAME": "your_constructionwire_username_here"
|
|
@@ -175,3 +179,4 @@ Example progress notification:
|
|
|
175
179
|
}
|
|
176
180
|
}
|
|
177
181
|
```
|
|
182
|
+
|