Graphorin API reference v0.13.8
Graphorin API reference / @graphorin/mcp / / AdaptedToolsResult
Interface: AdaptedToolsResult
Defined in: packages/mcp/src/client/to-tools.ts:59
Result returned by adaptMCPTools.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
autoDeferralFired | readonly | boolean | - | packages/mcp/src/client/to-tools.ts:63 |
deferralThreshold | readonly | number | - | packages/mcp/src/client/to-tools.ts:67 |
downgradedTools | readonly | readonly string[] | Tool names the operator downgraded below the sink classes via sideEffectClassByTool ('read-only' / 'pure'). Each such tool leaves EVERY sink check - the dataflow gate, the Rule-of-Two writer forbid, the read-only capability gate - so operator audits should review this list. Empty when no override downgrades. | packages/mcp/src/client/to-tools.ts:75 |
fingerprints | readonly | ReadonlyMap<string, string> | sha256 definition fingerprint per MCP tool name. | packages/mcp/src/client/to-tools.ts:62 |
resolvedDeferLoading | readonly | boolean | - | packages/mcp/src/client/to-tools.ts:64 |
resolvedInboundSanitization | readonly | InboundSanitizationPolicy | - | packages/mcp/src/client/to-tools.ts:65 |
toolCount | readonly | number | - | packages/mcp/src/client/to-tools.ts:66 |
tools | readonly | readonly Tool<unknown, unknown, unknown>[] | - | packages/mcp/src/client/to-tools.ts:60 |