Sign In

@runapi.ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
35
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.9.0
to
0.9.1
+18
-0
CHANGELOG.md
# Changelog
## [v0.9.1](https://github.com/runapi-ai/mcp/releases/tag/v0.9.1) - 2026-08-12
### Added
- Add the Seedream layer decomposition contract to aggregate MCP discovery and execution.
- Expose Seedance 2.5 fields and validation through the aggregate MCP server.
### Changed
- Publish the complete MCP landing page content and structured metadata in its Markdown representation.
### Removed
- Stop advertising the retired gpt-5.2-pro model.
Migration: Use a currently advertised GPT model instead; gpt-5.2 remains available through Chat Completions but no longer supports Responses.
### Fixed
- Expose the Runway text-only and first-frame aspect_ratio rules from the shared Input Contract.
- Reject enable_safety_checker for Hailuo 02 Pro image-to-video and Wan 2.7 video edit requests.
## [v0.9.0](https://github.com/runapi-ai/mcp/releases/tag/v0.9.0) - 2026-08-10

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

+2
-2
export declare const PACKAGE_NAME = "@runapi.ai/mcp";
export declare const PACKAGE_VERSION = "0.9.0";
export declare const USER_AGENT = "@runapi.ai/mcp/0.9.0";
export declare const PACKAGE_VERSION = "0.9.1";
export declare const USER_AGENT = "@runapi.ai/mcp/0.9.1";
export const PACKAGE_NAME = "@runapi.ai/mcp";
export const PACKAGE_VERSION = "0.9.0";
export const PACKAGE_VERSION = "0.9.1";
export const USER_AGENT = `${PACKAGE_NAME}/${PACKAGE_VERSION}`;
//# sourceMappingURL=constants.js.map
{
"name": "@runapi.ai/mcp",
"version": "0.9.0",
"version": "0.9.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