Sign In

@runapi.ai/mcp-core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/mcp-core - npm Package Compare versions

Comparing version
0.3.0
to
0.4.0
+2
-2
dist/constants.d.ts
export declare const CORE_PACKAGE_NAME = "@runapi.ai/mcp-core";
export declare const CORE_PACKAGE_VERSION = "0.3.0";
export declare const CORE_PACKAGE_VERSION = "0.4.0";
export declare const DEFAULT_BASE_URL = "https://runapi.ai";
export declare const RUNAPI_API_KEY_ENV = "RUNAPI_API_KEY";
export declare const USER_AGENT = "@runapi.ai/mcp-core/0.3.0";
export declare const USER_AGENT = "@runapi.ai/mcp-core/0.4.0";
export const CORE_PACKAGE_NAME = "@runapi.ai/mcp-core";
export const CORE_PACKAGE_VERSION = "0.3.0";
export const CORE_PACKAGE_VERSION = "0.4.0";
export const DEFAULT_BASE_URL = "https://runapi.ai";

@@ -4,0 +4,0 @@ export const RUNAPI_API_KEY_ENV = "RUNAPI_API_KEY";

@@ -26,3 +26,2 @@ export type ContractField = {

export type Contract = {
catalog_models: string[];
actions: Record<string, ContractAction>;

@@ -29,0 +28,0 @@ };

{
"name": "@runapi.ai/mcp-core",
"version": "0.3.0",
"version": "0.4.0",
"description": "Reusable core for building RunAPI MCP servers: client, contract/pricing/schema queries, input-rule engine, and a createModelServer factory.",

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

@@ -43,3 +43,2 @@ # RunAPI MCP Core

const contract: Contract = {
catalog_models: ["example-model"],
actions: {

@@ -46,0 +45,0 @@ "example/text_to_image": {