a year ago
A MCP server implementation that provides a tool to generate 3D image for a given 2D.
Server Config
{
"mcpServers": {
"mcp-server-3Dpicture": {
"command": "node",
"args": [
"mcp-server-3Dpicture/build/index.js"
],
"env": {
"OPENAI_API_KEY": "xxx",
"OPENAI_BASE_URL": "xxx"
},
"toolCallTimeoutMillis": 180000
}
}
}