@buildpad/mcp 0.1.15 → 0.1.17
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/dist/index.js +55 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5580,7 +5580,7 @@ function loadRegistry() {
|
|
|
5580
5580
|
},
|
|
5581
5581
|
"api-routes": {
|
|
5582
5582
|
"name": "api-routes",
|
|
5583
|
-
"description": "Server-side Supabase auth routes (login, logout, callback, user) + DaaS API proxy routes for Next.js (fields, items, relations, files)",
|
|
5583
|
+
"description": "Server-side Supabase auth routes (login, logout, callback, user) + DaaS API proxy routes for Next.js (fields, items, relations, files) + DaaSProviderWrapper client component + authenticated route-group layout",
|
|
5584
5584
|
"files": [
|
|
5585
5585
|
{
|
|
5586
5586
|
"source": "cli/templates/api/auth-login-route.ts",
|
|
@@ -5625,6 +5625,14 @@ function loadRegistry() {
|
|
|
5625
5625
|
{
|
|
5626
5626
|
"source": "cli/templates/api/daas-files-route.ts",
|
|
5627
5627
|
"target": "app/api/files/route.ts"
|
|
5628
|
+
},
|
|
5629
|
+
{
|
|
5630
|
+
"source": "cli/templates/components/DaaSProviderWrapper.tsx",
|
|
5631
|
+
"target": "components/DaaSProviderWrapper.tsx"
|
|
5632
|
+
},
|
|
5633
|
+
{
|
|
5634
|
+
"source": "cli/templates/app/authenticated-layout.tsx",
|
|
5635
|
+
"target": "app/(authenticated)/layout.tsx"
|
|
5628
5636
|
}
|
|
5629
5637
|
],
|
|
5630
5638
|
"internalDependencies": [
|
|
@@ -5873,6 +5881,10 @@ function loadRegistry() {
|
|
|
5873
5881
|
{
|
|
5874
5882
|
"source": "ui-interfaces/src/input-hash/InputHash.tsx",
|
|
5875
5883
|
"target": "components/ui/input-hash.tsx"
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
"source": "ui-interfaces/src/input-hash/InputHash.css",
|
|
5887
|
+
"target": "components/ui/InputHash.css"
|
|
5876
5888
|
}
|
|
5877
5889
|
],
|
|
5878
5890
|
"dependencies": [
|
|
@@ -5905,6 +5917,10 @@ function loadRegistry() {
|
|
|
5905
5917
|
{
|
|
5906
5918
|
"source": "ui-interfaces/src/system-token/SystemToken.tsx",
|
|
5907
5919
|
"target": "components/ui/system-token.tsx"
|
|
5920
|
+
},
|
|
5921
|
+
{
|
|
5922
|
+
"source": "ui-interfaces/src/system-token/SystemToken.css",
|
|
5923
|
+
"target": "components/ui/SystemToken.css"
|
|
5908
5924
|
}
|
|
5909
5925
|
],
|
|
5910
5926
|
"dependencies": [
|
|
@@ -5931,6 +5947,44 @@ function loadRegistry() {
|
|
|
5931
5947
|
"hasOptions": false
|
|
5932
5948
|
}
|
|
5933
5949
|
},
|
|
5950
|
+
{
|
|
5951
|
+
"name": "system-permissions",
|
|
5952
|
+
"title": "SystemPermissions",
|
|
5953
|
+
"description": "Permissions management interface with collection-based CRUD permission toggles. Used for policy permission editing with full/custom/none access levels.",
|
|
5954
|
+
"category": "relational",
|
|
5955
|
+
"files": [
|
|
5956
|
+
{
|
|
5957
|
+
"source": "ui-interfaces/src/system-permissions/SystemPermissions.tsx",
|
|
5958
|
+
"target": "components/ui/system-permissions.tsx"
|
|
5959
|
+
},
|
|
5960
|
+
{
|
|
5961
|
+
"source": "ui-interfaces/src/system-permissions/SystemPermissions.css",
|
|
5962
|
+
"target": "components/ui/system-permissions.css"
|
|
5963
|
+
}
|
|
5964
|
+
],
|
|
5965
|
+
"dependencies": [
|
|
5966
|
+
"@mantine/core",
|
|
5967
|
+
"@tabler/icons-react"
|
|
5968
|
+
],
|
|
5969
|
+
"internalDependencies": [
|
|
5970
|
+
"services"
|
|
5971
|
+
],
|
|
5972
|
+
"interface": {
|
|
5973
|
+
"id": "system-permissions",
|
|
5974
|
+
"name": "Permissions",
|
|
5975
|
+
"icon": "IconSettings",
|
|
5976
|
+
"types": [
|
|
5977
|
+
"alias"
|
|
5978
|
+
],
|
|
5979
|
+
"localTypes": [
|
|
5980
|
+
"o2m"
|
|
5981
|
+
],
|
|
5982
|
+
"group": "system",
|
|
5983
|
+
"order": 6,
|
|
5984
|
+
"supported": true,
|
|
5985
|
+
"hasOptions": false
|
|
5986
|
+
}
|
|
5987
|
+
},
|
|
5934
5988
|
{
|
|
5935
5989
|
"name": "input-block-editor",
|
|
5936
5990
|
"title": "InputBlockEditor",
|