@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.
Files changed (2) hide show
  1. package/README.md +2 -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-b8c9d0e1-f2a3-4456-b789-890123456789
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-b8c9d0e1-f2a3-4456-b789-890123456789"],
124
+ "args": ["@west10tech/constructionwire-mcp"],
125
125
  "env": {
126
126
  "CONSTRUCTIONWIRE_PASSWORD": "your_constructionwire_password_here",
127
127
  "CONSTRUCTIONWIRE_USERNAME": "your_constructionwire_username_here"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@west10tech/constructionwire-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.1.5",
4
4
  "description": "MCP server with full constructionwire capabilities (75 endpoints)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",