Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/mcp / / MCPToolDefinition
Interface: MCPToolDefinition
Defined in: packages/mcp/src/client/types.ts:116
Single MCP tool descriptor returned by listTools(). Mirrors the MCP spec subset we consume.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description | readonly | string | packages/mcp/src/client/types.ts:118 |
inputSchema | readonly | Readonly<Record<string, unknown>> | packages/mcp/src/client/types.ts:119 |
name | readonly | string | packages/mcp/src/client/types.ts:117 |
outputSchema? | readonly | Readonly<Record<string, unknown>> | packages/mcp/src/client/types.ts:120 |
title? | readonly | string | packages/mcp/src/client/types.ts:121 |