Files
moeka-project/crates/tauri-plugin-mcp/permissions/autogenerated/reference.md
T

1.4 KiB

Default Permission

This permission set configures what kind of operations are available from the mcp plugin.

Granted Permissions

All operations are enabled by default.

This default permission set includes the following:

  • allow-connect-server
  • allow-disconnect-server
  • allow-list-tools
  • allow-call-tool

Permission Table

Identifier Description

mcp:allow-call-tool

Enables the call_tool command without any pre-configured scope.

mcp:deny-call-tool

Denies the call_tool command without any pre-configured scope.

mcp:allow-connect-server

Enables the connect_server command without any pre-configured scope.

mcp:deny-connect-server

Denies the connect_server command without any pre-configured scope.

mcp:allow-disconnect-server

Enables the disconnect_server command without any pre-configured scope.

mcp:deny-disconnect-server

Denies the disconnect_server command without any pre-configured scope.

mcp:allow-list-tools

Enables the list_tools command without any pre-configured scope.

mcp:deny-list-tools

Denies the list_tools command without any pre-configured scope.