MCPcopy
hub / github.com/simov/grant / GrantOptions

Interface GrantOptions

grant.d.ts:10–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * Grant options
9 */
10export interface GrantOptions {
11 /**
12 * Handler name
13 */
14 handler?: 'express' | 'koa' | 'hapi' | 'fastify' | 'curveball' |
15 'node' | 'aws' | 'azure' | 'gcloud' | 'vercel'
16 /**
17 * Grant configuration
18 */
19 config?: GrantConfig
20 /**
21 * HTTP client options
22 */
23 request?: RequestComposeOptions
24 /**
25 * Grant session options
26 */
27 session?: GrantSessionConfig
28 // exclude
29 defaults?: never
30}
31
32/**
33 * Grant config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…