convex-mcp-visual 1.1.0 → 1.1.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ Schema visualizer and dashboard tools for exploring Convex databases. Opens inte
26
26
 
27
27
  ## Quick Start
28
28
 
29
- ### Option A: Direct CLI (any terminal)
29
+ ### Option A: Direct CLI (any terminal):
30
30
 
31
31
  ```bash
32
32
  # Install globally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convex-mcp-visual",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Visual MCP tools for exploring Convex databases - schema browser, dashboard, ER diagrams. Works as CLI, MCP server, or Claude Code plugin.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",