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

Interface GrantConfig

grant.d.ts:35–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 * Grant config
34 */
35export interface GrantConfig {
36 /**
37 * Default configuration for all providers
38 */
39 defaults?: GrantProvider
40 /**
41 * Provider configuration
42 */
43 [provider: string]: GrantProvider | undefined
44 // exclude
45 handler?: never
46 config?: never
47 request?: never
48 session?: never
49}
50
51/**
52 * Grant provider

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…