Skip to content

@nogoo9/mcp-server-cloud-fs / auth/scopes / SCOPES

Variable: SCOPES

const SCOPES: object

Defined in: auth/scopes.ts:5

All recognized cloud-fs OAuth scopes.

Type Declaration

ADMIN

readonly ADMIN: "cloud-fs:admin" = "cloud-fs:admin"

DELETE

readonly DELETE: "cloud-fs:delete" = "cloud-fs:delete"

READ

readonly READ: "cloud-fs:read" = "cloud-fs:read"

readonly SEARCH: "cloud-fs:search" = "cloud-fs:search"

SHELL

readonly SHELL: "cloud-fs:shell" = "cloud-fs:shell"

WRITE

readonly WRITE: "cloud-fs:write" = "cloud-fs:write"

Released under the PolyForm Shield 1.0.0 License.