🎩 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
28
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.0
to
0.7.1
+10
-0
CHANGELOG.md
# Changelog
## [v0.7.1](https://github.com/runapi-ai/mcp/releases/tag/v0.7.1) - 2026-07-28
### Changed
- Serve the canonical authentication guide at auth.md.
### Fixed
- Invoke Cloudflare fetch without adapter receivers across credential verification, business requests, and error reporting so requests are no longer converted into service availability errors before reaching RunAPI.
- Record redacted credential verification failure stages so service availability errors can be diagnosed without exposing credentials or response payloads.
## [v0.7.0](https://github.com/runapi-ai/mcp/releases/tag/v0.7.0) - 2026-07-28

@@ -4,0 +14,0 @@

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