Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "unichat": {4 "env": {5 "UNICHAT_MODEL": "SELECTED_UNICHAT_MODEL",6 "UNICHAT_API_KEY": "YOUR_UNICHAT_API_KEY"7 },8 "args": [9 "--directory",10 "{{your source code local directory}}/unichat-mcp-server",11 "run",12 "unichat-mcp-server"13 ],14 "command": "uv"15 }16 }17}
No reviews yet. Be the first to review!
Sign in to join the conversation