UNPKG

openai-assistants-mcp

Version:

OpenAI Assistants MCP Server - A Model Context Protocol server providing OpenAI Assistants API tools and resources. Features comprehensive assistant management, thread operations, message handling, and run execution with seamless stdio transport for Claud

8 lines 266 B
/** * Prompt Types - MCP Prompts Protocol Type Definitions * * This module defines all types related to the MCP prompts protocol, * following the official MCP specification for prompts/list and prompts/get. */ export {}; //# sourceMappingURL=prompt-types.js.map