@kynth/api-mcp
Advanced tools
+1
-1
@@ -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) { |
+10
-11
| { | ||
| "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" | ||
| } | ||
| } |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
0
-100%62317
-0.07%+ Added
Updated