Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/mcp / / MCPToolDefinition
Interface: MCPToolDefinition
Defined in: packages/mcp/src/client/types.ts:270
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:272 |
inputSchema | readonly | Readonly<Record<string, unknown>> | packages/mcp/src/client/types.ts:273 |
name | readonly | string | packages/mcp/src/client/types.ts:271 |
outputSchema? | readonly | Readonly<Record<string, unknown>> | packages/mcp/src/client/types.ts:274 |
title? | readonly | string | packages/mcp/src/client/types.ts:275 |