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
11 lines • 411 B
TypeScript
/**
* Types Index - Centralized exports for all shared types
*
* This module provides clean, tree-shakable exports for all shared type definitions.
* Enables both deployments to import types using @shared/types path mapping.
*/
export * from './core-types.js';
export * from './cloudflare-types.js';
export * from './prompt-types.js';
export * from './generic-types.js';
//# sourceMappingURL=index.d.ts.map