
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@runapi.ai/seedream-mcp
Advanced tools
RunAPI MCP server for one model line: create tasks, poll status, and check pricing with one API key.
RunAPI MCP server for the Seedream model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.
edit_image — create a Seedream task (edit image) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models: seedream-4.5-edit, seedream-5-lite-edit, seedream-v4-edit, seedream-4.5-text-to-image, seedream-5-lite-text-to-image, seedream-v4-text-to-image.text_to_image — create a Seedream task (text to image) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models: seedream-4.5-edit, seedream-5-lite-edit, seedream-v4-edit, seedream-4.5-text-to-image, seedream-5-lite-text-to-image, seedream-v4-text-to-image.get_task — fetch the current status and latest payload for a task.check_pricing — look up pricing for a model in this line.Set a RunAPI API key via the RUNAPI_API_KEY environment variable, or write
it to ~/.config/runapi/config.json:
mkdir -p ~/.config/runapi
echo '{"api_key":"YOUR_KEY"}' > ~/.config/runapi/config.json
Get an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.
Run the server over stdio:
npx -y @runapi.ai/seedream-mcp
Add it to an MCP client (see examples/ for per-client configs):
{
"mcpServers": {
"seedream": {
"command": "npx",
"args": ["-y", "@runapi.ai/seedream-mcp"],
"env": { "RUNAPI_API_KEY": "${RUNAPI_API_KEY}" }
}
}
}
Apache-2.0
FAQs
RunAPI Seedream MCP server for image generation: create tasks, poll results, and check pricing across 9 model variants from Claude Code, Codex, Cursor, and VS Code.
The npm package @runapi.ai/seedream-mcp receives a total of 61 weekly downloads. As such, @runapi.ai/seedream-mcp popularity was classified as not popular.
We found that @runapi.ai/seedream-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.