@vistal/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.
- package/package.json +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vistal/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Zero-config MCP server for any database — point it at a DATABASE_URL and let coding agents (Claude Code) query it safely, no SQL and no code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -41,9 +41,12 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@prisma/client": "^5.0.0",
|
|
44
|
-
"@vistal/core": "
|
|
45
|
-
"@vistal/mcp-sdk": "
|
|
46
|
-
"@vistal/prisma": "
|
|
44
|
+
"@vistal/core": "^0.3.0",
|
|
45
|
+
"@vistal/mcp-sdk": "^0.1.0",
|
|
46
|
+
"@vistal/prisma": "^0.3.0",
|
|
47
47
|
"prisma": "^5.0.0"
|
|
48
|
+
},
|
|
49
|
+
"publishConfig": {
|
|
50
|
+
"access": "public"
|
|
48
51
|
}
|
|
49
52
|
}
|