Skip to content

@maxhealth.tech/prefab / mcp / ResourceMetaOptions

Interface: ResourceMetaOptions

Defined in: mcp/resource.ts:47

Properties

csp?

ts
optional csp?: McpAppCsp;

Defined in: mcp/resource.ts:49

CSP domains configuration.


permissions?

ts
optional permissions?: McpAppPermissions;

Defined in: mcp/resource.ts:51

Permission Policy requests (camera, mic, etc.).

Released under the MIT License.