@trops/dash-core 0.1.394 → 0.1.396
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/electron/index.js +39 -0
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +1633 -632
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1633 -632
- package/dist/index.js.map +1 -1
- package/dist/mcp/mcpServerCatalog.json +4 -4
- package/package.json +1 -1
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
},
|
|
123
123
|
"credentialSchema": {
|
|
124
124
|
"allowedPaths": {
|
|
125
|
-
"type": "
|
|
126
|
-
"displayName": "Allowed
|
|
127
|
-
"required":
|
|
125
|
+
"type": "directory-list",
|
|
126
|
+
"displayName": "Allowed Directories",
|
|
127
|
+
"required": true,
|
|
128
128
|
"secret": false,
|
|
129
|
-
"instructions": "
|
|
129
|
+
"instructions": "Absolute paths this server is permitted to read and write. Use the Choose folder… button — `~` shortcuts are not expanded by the server process."
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
},
|