Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/mcp / errors / MCPErrorMetadata
Interface: MCPErrorMetadata
Defined in: packages/mcp/src/errors/index.ts:33
Common metadata bag attached to every MCPError.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cause? | readonly | unknown | packages/mcp/src/errors/index.ts:37 |
httpStatus? | readonly | number | packages/mcp/src/errors/index.ts:38 |
lastEventId? | readonly | string | packages/mcp/src/errors/index.ts:40 |
server? | readonly | string | packages/mcp/src/errors/index.ts:34 |
sessionId? | readonly | string | packages/mcp/src/errors/index.ts:39 |
tool? | readonly | string | packages/mcp/src/errors/index.ts:35 |
transport? | readonly | "stdio" | "streamable-http" | "sse" | packages/mcp/src/errors/index.ts:36 |