New:Socket for Asana Is Now Available.Learn more
Get Started

@runapi.ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/mcp - npm Package Compare versions

Comparing version
0.12.0
to
0.12.1
+18
-0
CHANGELOG.md
# Changelog
## [v0.12.1](https://github.com/runapi-ai/mcp/releases/tag/v0.12.1) - 2026-08-25
### Breaking
- Correct Image 2.0 edit validation to require source_image_urls and aspect_ratio instead of task-based edit fields.
Migration: Replace source_task_id and mask_indices with one to five source_image_urls and an aspect_ratio; prompt is optional.
### Added
- Add Grok Imagine Image 2.0 text-to-image, segment-map, and segment-backed image editing requests.
- Accept public image_url inputs for Image 2.0 segment-map requests.
### Deprecated
- Deprecate source_task_id for Image 2.0 segment-map requests.
Replacement: Send image_url instead; source_task_id remains accepted for compatibility.
### Fixed
- Restrict the Topaz image upscale tool to the supported 1x, 2x, and 4x factors.
## [v0.12.0](https://github.com/runapi-ai/mcp/releases/tag/v0.12.0) - 2026-08-21

@@ -4,0 +22,0 @@

+2
-2
export declare const PACKAGE_NAME = "@runapi.ai/mcp";
export declare const PACKAGE_VERSION = "0.12.0";
export declare const USER_AGENT = "@runapi.ai/mcp/0.12.0";
export declare const PACKAGE_VERSION = "0.12.1";
export declare const USER_AGENT = "@runapi.ai/mcp/0.12.1";
export const PACKAGE_NAME = "@runapi.ai/mcp";
export const PACKAGE_VERSION = "0.12.0";
export const PACKAGE_VERSION = "0.12.1";
export const USER_AGENT = `${PACKAGE_NAME}/${PACKAGE_VERSION}`;
//# sourceMappingURL=constants.js.map
{
"name": "@runapi.ai/mcp",
"version": "0.12.0",
"version": "0.12.1",
"description": "RunAPI MCP server for model discovery, pricing lookup, media task creation, and balance checks.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is too big to display