openai-plugins
Version:
A TypeScript library that provides an OpenAI-compatible client for the Model Context Protocol (MCP).
40 lines (39 loc) • 923 B
JSON
{
"name": "openai-plugins",
"version": "0.0.19",
"description": "A TypeScript library that provides an OpenAI-compatible client for the Model Context Protocol (MCP).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openai",
"ai",
"mcp",
"model-context-protocol",
"middleware",
"plugin",
"anthropic",
"gemini",
"claude",
"gpt"
],
"author": "Paul Meller",
"license": "MIT",
"homepage": "https://github.com/paulmeller/openai-mcp#readme",
"types": "index.d.ts",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.14.1",
"eventsource": "^3.0.6",
"jest": "^29.7.0",
"openai": "^4.95.1",
"tiktoken": "^1.0.20",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"directories": {
"example": "examples"
}
}