@revealui/mcp 0.1.10 → 0.1.11
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Centralized MCP server infrastructure, configuration, and documentation for Reve
|
|
|
11
11
|
|
|
12
12
|
This package contains everything MCP-related:
|
|
13
13
|
|
|
14
|
-
- **
|
|
14
|
+
- **10 MCP Servers** - Code validator, Vercel, Stripe, Neon, Supabase, Playwright, Next.js DevTools, RevealUI Content, RevealUI Email, RevealUI Stripe
|
|
15
15
|
- **Configuration Templates** - For Claude Code / Claude Desktop
|
|
16
16
|
- **Utilities** - Config management, database adapters
|
|
17
17
|
- **Documentation** - Complete guides and per-server docs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revealui/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Model Context Protocol integrations for RevealUI — adapter framework, hypervisor, and MCP contracts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
13
13
|
"dotenv": "^17.4.1",
|
|
14
14
|
"jose": "^6.2.2",
|
|
15
|
-
"@revealui/config": "0.
|
|
16
|
-
"@revealui/contracts": "1.
|
|
17
|
-
"@revealui/core": "0.
|
|
15
|
+
"@revealui/config": "0.4.0",
|
|
16
|
+
"@revealui/contracts": "1.4.0",
|
|
17
|
+
"@revealui/core": "0.6.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@electric-sql/pglite": "^0.4.
|
|
20
|
+
"@electric-sql/pglite": "^0.4.4",
|
|
21
21
|
"pg": "^8.20.0",
|
|
22
22
|
"typescript": "^6.0.2",
|
|
23
23
|
"vitest": "^4.1.3"
|