@adcp/sdk API Reference - v14.0.0-beta.6
Documentation
GitHub
npm
Preparing search index...
McpAppResourcePermissions
Interface McpAppResourcePermissions
Browser permissions an MCP App may ask its host to grant.
interface
McpAppResourcePermissions
{
camera
?:
Record
<
string
,
never
>
;
microphone
?:
Record
<
string
,
never
>
;
geolocation
?:
Record
<
string
,
never
>
;
clipboardWrite
?:
Record
<
string
,
never
>
;
}
Index
Properties
camera?
microphone?
geolocation?
clipboard
Write?
Properties
Optional
camera
camera
?:
Record
<
string
,
never
>
Optional
microphone
microphone
?:
Record
<
string
,
never
>
Optional
geolocation
geolocation
?:
Record
<
string
,
never
>
Optional
clipboard
Write
clipboardWrite
?:
Record
<
string
,
never
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
camera
microphone
geolocation
clipboard
Write
Documentation
GitHub
npm
@adcp/sdk API Reference - v14.0.0-beta.6
Loading...
Browser permissions an MCP App may ask its host to grant.