Sign In

@kynth/api-mcp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kynth/api-mcp - npm Package Compare versions

Comparing version
0.5.1
to
0.5.2
+1
-1
dist/index.js

@@ -27,3 +27,3 @@ #!/usr/bin/env node

});
const server = new McpServer({ name: "kynth-core", version: "0.5.1" });
const server = new McpServer({ name: "kynth-core", version: "0.5.2" });
/** Wrap an SDK call so any KynthError becomes a clean MCP tool error. */

@@ -30,0 +30,0 @@ async function run(fn) {

{
"name": "@kynth/api-mcp",
"version": "0.5.1",
"version": "0.5.2",
"description": "MCP server for ParseRail — gives Claude, Cursor, and any MCP client native tools to parse documents, extract fields, redact PII, analyze contracts, fight chargebacks, and enrich companies.",

@@ -43,8 +43,2 @@ "keywords": [

},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"publishConfig": {

@@ -54,5 +48,5 @@ "access": "public"

"dependencies": {
"@kynth/api": "workspace:*",
"@modelcontextprotocol/sdk": "^1.12.0",
"zod": "^3.23.8"
"zod": "^3.23.8",
"@kynth/api": "0.5.2"
},

@@ -63,3 +57,8 @@ "devDependencies": {

},
"mcpName": "studio.kynth/core"
}
"mcpName": "studio.kynth/core",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"start": "node dist/index.js"
}
}