convex-mcp-visual 1.0.15 → 1.0.16

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # Convex MCP Visual
1
+ # Convex MCP Schema Visualizer
2
2
 
3
- Visual MCP tools for exploring Convex databases. Opens interactive browser UIs alongside terminal output.
3
+ Schema visualizer and dashboard view tools for exploring Convex databases. Opens interactive browser UIs alongside terminal output.
4
4
 
5
5
  **Features:**
6
6
 
7
- - Graph View with draggable table nodes and relationship lines
8
- - List View with document browser and schema details
9
- - Dashboard with real-time metrics and charts
7
+ - Schema visualizer graph view with draggable table nodes and relationship lines
8
+ - List view with document browser and schema details
9
+ - Dashboard view with real time metrics and charts
10
10
  - Dark mode support
11
11
 
12
12
  Works with Claude Code, Claude Desktop, Cursor, and any MCP client.
@@ -56,6 +56,7 @@ In Claude, try:
56
56
  ## Documentation
57
57
 
58
58
  - [Setup Guide](docs/setup.md) - Detailed configuration options
59
+ - [Junior Guide](docs/junior-guide.md) - Intro for Claude web, stack, and read only access
59
60
  - [Tools Reference](docs/tools.md) - Parameters and keyboard shortcuts
60
61
  - [Architecture](docs/architecture.md) - How it works
61
62
  - [Troubleshooting](docs/troubleshooting.md) - Common issues and fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "convex-mcp-visual",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Visual MCP tools for exploring Convex databases - graph view, schema browser, and dashboards",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",