MCP Jupiter

MIT License
  • Apple
  • Linux
  • src
export type ToolResultSchema<T> = { content: Array<{ type: string; text: string; }>; isError: boolean; toolResult?: T; };