McpAppPermissions
Browser permissions requested by an MCP App resource.
- Kind:
Class - Namespace: Repl.Mcp
- Assembly:
Repl.Mcp - Source: src/Repl.Mcp/McpAppPermissions.cs
Signature
Section titled “Signature”public sealed record McpAppPermissions : IEquatable<McpAppPermissions>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<McpAppPermissions>
Properties
Section titled “Properties”Camera
Section titled “Camera”Requests camera access.
public bool Camera { get; init; }Returns
Section titled “Returns”ClipboardWrite
Section titled “ClipboardWrite”Requests clipboard write access.
public bool ClipboardWrite { get; init; }Returns
Section titled “Returns”Geolocation
Section titled “Geolocation”Requests geolocation access.
public bool Geolocation { get; init; }Returns
Section titled “Returns”Microphone
Section titled “Microphone”Requests microphone access.
public bool Microphone { get; init; }