@viewert/mcp 0.1.0 → 0.1.1

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 +0 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,15 +60,6 @@ The Viewert tools will appear automatically.
60
60
  | `get_libram_context` | Fetch all AI-enabled Vellums from a Libram as **markdown** |
61
61
  | `get_libram_context_json` | Fetch AI-enabled Vellums as **structured JSON** (id, title, content) |
62
62
 
63
- ## Resources
64
-
65
- | URI | Description |
66
- |-----|-------------|
67
- | `librams://list` | JSON list of all your Librams |
68
- | `librams://{id}/context` | Markdown context for a specific Libram |
69
-
70
- ---
71
-
72
63
  ## Environment variables
73
64
 
74
65
  | Variable | Required | Default |
@@ -83,13 +74,3 @@ The Viewert tools will appear automatically.
83
74
  > "Load my **Project Notes** Libram and summarise the key points."
84
75
 
85
76
  Claude will call `list_librams` to find the ID, then `get_libram_context` to pull the content — all inline in the conversation.
86
-
87
- ---
88
-
89
- ## Local development
90
-
91
- ```bash
92
- cd mcp
93
- pnpm install
94
- VIEWERT_API_KEY=vwt_... pnpm dev
95
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viewert/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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",