@12-apps/mcp 3.13.0 → 3.15.0
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 +9 -8
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@12-apps/mcp",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"type": "module",
|
|
5
|
+
"sideEffects": false,
|
|
5
6
|
"description": "App-agnostic MCP server core: generate one MCP tool per OpenAPI operation and proxy each call carrying the caller's bearer token (permission passthrough). Also ships the OAuth 2.1 authorization server (./oauth, ./hono: register/authorize/token, JWKS and both .well-known documents), the package-owned Prisma partial + migration for its three tables, the mcp:generate/mcp:check (./generate) and mcp:coverage (./coverage) gates, and the reusable AI-connect onboarding UI (./react).",
|
|
6
7
|
"exports": {
|
|
7
8
|
".": {
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
"prisma:sync:check": "node scripts/sync-mcp-schema.mjs --check"
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|
|
53
|
-
"@12-apps/onboarding": "^2.
|
|
54
|
-
"@12-apps/rbac": "^4.
|
|
55
|
-
"@12-apps/ui": "^6.
|
|
54
|
+
"@12-apps/onboarding": "^2.7.0",
|
|
55
|
+
"@12-apps/rbac": "^4.11.0",
|
|
56
|
+
"@12-apps/ui": "^6.10.0",
|
|
56
57
|
"@mui/icons-material": "^6.5.0",
|
|
57
58
|
"jose": "^6.1.3",
|
|
58
59
|
"react": "^19.2.0"
|
|
@@ -75,10 +76,10 @@
|
|
|
75
76
|
}
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
|
-
"@12-apps/eslint-config": "^1.
|
|
79
|
-
"@12-apps/i18n": "^1.
|
|
80
|
-
"@12-apps/typescript-config": "^1.
|
|
81
|
-
"@12-apps/wiring": "^1.
|
|
79
|
+
"@12-apps/eslint-config": "^1.22.0",
|
|
80
|
+
"@12-apps/i18n": "^1.2.0",
|
|
81
|
+
"@12-apps/typescript-config": "^1.21.0",
|
|
82
|
+
"@12-apps/wiring": "^1.14.0",
|
|
82
83
|
"@mui/material": "^6.5.0",
|
|
83
84
|
"@testing-library/react": "^16.1.0",
|
|
84
85
|
"@types/node": "^22.15.3",
|