@viewert/mcp 0.1.4 → 0.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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,13 @@ Connects Claude Desktop, Cursor, Windsurf, or any MCP client to your Viewert Lib
|
|
|
11
11
|
### Option A — One-command setup (recommended)
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
npx
|
|
14
|
+
npx --package=@viewert/mcp viewert-mcp-setup
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Or if you already have the package installed globally:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
viewert-mcp-setup
|
|
15
21
|
```
|
|
16
22
|
|
|
17
23
|
The interactive wizard will:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viewert/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "MCP server for Viewert Librams — expose AI-enabled Vellums as context to any MCP-compatible AI client",
|
|
5
5
|
"keywords": ["mcp", "viewert", "libram", "ai-context", "model-context-protocol"],
|
|
6
6
|
"license": "MIT",
|