🎩 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
32
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.7.3
to
0.7.4
+9
-0
CHANGELOG.md
# Changelog
## [v0.7.4](https://github.com/runapi-ai/mcp/releases/tag/v0.7.4) - 2026-08-06
### Added
- Register Suno tools for stitching audio, remastering audio, and adding samples from a selected time range.
### Changed
- Guide MCP users through a recommended Hosted setup or a Local compatibility setup with client-specific connection, authentication, verification, and troubleshooting steps.
## [v0.7.3](https://github.com/runapi-ai/mcp/releases/tag/v0.7.3) - 2026-08-04

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

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