🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@runapi.ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
31
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.2.0
to
0.2.1
+9
-0
CHANGELOG.md
# Changelog
## [v0.2.1](https://github.com/runapi-ai/mcp/releases/tag/v0.2.1) - 2026-07-21
### Added
- Expose optional `seed` constraints for Seedance 1.5 Pro and V1 Pro Fast tools.
### Changed
- Refresh the embedded catalog and pricing data from the canonical RunAPI contract.
## [v0.2.0](https://github.com/runapi-ai/mcp/releases/tag/v0.2.0) - 2026-07-20

@@ -4,0 +13,0 @@

+16
-8

@@ -147,2 +147,5 @@ {

},
"_/blend_lyrics": {
"unit_price_cents": 1
},
"_/replace_section": {

@@ -413,9 +416,9 @@ "unit_price_cents": 5

"grok-imagine-video-1.5-fast/text_to_video": {
"unit_price_cents": 39,
"unit_price_cents": 75,
"billing_config": {
"key": "duration_band",
"overrides": {
"1-10": 9,
"11-20": 24,
"21-30": 39
"1-10": 18,
"11-20": 45,
"21-30": 75
}

@@ -425,9 +428,9 @@ }

"grok-imagine-video-1.5-fast/image_to_video": {
"unit_price_cents": 39,
"unit_price_cents": 75,
"billing_config": {
"key": "duration_band",
"overrides": {
"1-10": 9,
"11-20": 24,
"21-30": 39
"1-10": 18,
"11-20": 45,
"21-30": 75
}

@@ -1100,2 +1103,4 @@ }

"grok-4.5/chat_completion": {},
"grok-4.5/response": {},
"grok-4.3/response": {},
"infinitetalk-from-audio/audio_to_video": {

@@ -1652,2 +1657,5 @@ "unit_price_cents": 12,

},
"_/blend_lyrics_query": {
"unit_price_cents": 0
},
"_/generate_artwork": {

@@ -1654,0 +1662,0 @@ "unit_price_cents": 0

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