UNPKG
@aiondadotcom/mcp-openai-image
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.2
1.0.0
MCP server for OpenAI image generation with STDIO transport
@aiondadotcom/mcp-openai-image
/
tests
/
__mocks__
/
@modelcontextprotocol
/
sdk
/
server
/
index.js
8 lines
(7 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
class
Server
{
constructor
() {
this
.setRequestHandler = jest.fn();
this
.connect = jest.fn(); } } module.exports = { Server };