@lil2good/nubis-mcp-server 1.0.42 → 1.0.43

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,12 +73,12 @@ To use this MCP server with AI assistants that support MCP, add the following co
73
73
  "command": "npx",
74
74
  "args": [
75
75
  "-y",
76
- "@lil2good/nubis-mcp-server@latest",
77
- "--workspaceID",
78
- "your-workspace-id",
79
- "--apiKey",
80
- "your-api-key"
81
- ]
76
+ "@lil2good/nubis-mcp-server@latest"
77
+ ],
78
+ "env": {
79
+ "NUBIS_API_KEY": "<YOUR_API_KEY>",
80
+ "NUBIS_WORKSPACE_ID": "<YOUR_WORKSPACE_ID>"
81
+ }
82
82
  }
83
83
  ```
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lil2good/nubis-mcp-server",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "MCP server for Nubis task management",
5
5
  "main": "build/index.js",
6
6
  "bin": {