quiver-cli 0.4.0 → 0.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quiver-cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Compose a selected subset of skills, commands & MCP servers from a central catalog into any repo as native configs for opencode, Claude Code and Codex - with lockfile-based drift awareness.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -3,18 +3,29 @@
3
3
  "devCommand": "pnpm run dev"
4
4
  },
5
5
  "mcpServers": {
6
- "playwright": {
6
+ "context7": {
7
+ "transport": "http",
8
+ "url": "https://mcp.context7.com/mcp"
9
+ },
10
+ "excalidraw": {
7
11
  "transport": "stdio",
8
12
  "command": "npx",
9
- "args": ["-y", "@playwright/mcp@latest", "--isolated"]
13
+ "args": ["-y", "excalidraw-mcp"]
14
+ },
15
+ "langfuse": {
16
+ "transport": "http",
17
+ "url": "https://cloud.langfuse.com/api/public/mcp",
18
+ "headers": {
19
+ "Authorization": "Basic ${LANGFUSE_MCP_TOKEN}"
20
+ }
10
21
  },
11
22
  "langfuse-docs": {
12
23
  "transport": "http",
13
24
  "url": "https://langfuse.com/api/mcp"
14
25
  },
15
- "context7": {
26
+ "linear": {
16
27
  "transport": "http",
17
- "url": "https://mcp.context7.com/mcp"
28
+ "url": "https://mcp.linear.app/mcp"
18
29
  },
19
30
  "neon": {
20
31
  "transport": "http",
@@ -23,24 +34,26 @@
23
34
  "Authorization": "Bearer ${NEON_API_KEY}"
24
35
  }
25
36
  },
26
- "vercel": {
27
- "transport": "http",
28
- "url": "https://mcp.vercel.com"
29
- },
30
37
  "notion": {
31
38
  "transport": "http",
32
39
  "url": "https://mcp.notion.com/mcp"
33
40
  },
41
+ "playwright": {
42
+ "transport": "stdio",
43
+ "command": "npx",
44
+ "args": ["-y", "@playwright/mcp@latest", "--isolated"]
45
+ },
34
46
  "posthog": {
35
47
  "transport": "http",
36
48
  "url": "https://mcp.posthog.com/mcp"
37
49
  },
38
- "langfuse": {
50
+ "sentry": {
39
51
  "transport": "http",
40
- "url": "https://cloud.langfuse.com/api/public/mcp",
41
- "headers": {
42
- "Authorization": "Basic ${LANGFUSE_MCP_TOKEN}"
43
- }
52
+ "url": "https://mcp.sentry.dev/mcp"
53
+ },
54
+ "vercel": {
55
+ "transport": "http",
56
+ "url": "https://mcp.vercel.com"
44
57
  }
45
58
  },
46
59
  "claude": {