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.
- package/README.md +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
# Convex MCP
|
|
1
|
+
# Convex MCP Schema Visualizer
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
-
|
|
8
|
-
- List
|
|
9
|
-
- Dashboard with real
|
|
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
|