🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sonenta/mcp

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sonenta/mcp - npm Package Compare versions

Comparing version
0.46.2
to
0.47.0
+5
-3
package.json
{
"name": "@sonenta/mcp",
"mcpName": "com.sonenta/mcp",
"version": "0.46.2",
"version": "0.47.0",
"description": "MCP server for Sonenta translation management. Pure TypeScript, no Python. Wires Claude Desktop and other MCP clients into your project's keys, translations, accessibility, and source-health tools.",

@@ -34,4 +34,6 @@ "license": "MIT",

"dev": "tsx src/index.ts",
"prepublishOnly": "npm run typecheck && npm run test && npm run build",
"gen:schemas": "node scripts/gen-schemas.mjs"
"prepublishOnly": "npm run typecheck && npm run test && npm run build && npm run smoke",
"gen:schemas": "node scripts/gen-schemas.mjs",
"dump:tools": "tsx scripts/dump-tools.ts",
"smoke": "node scripts/smoke-bin.mjs"
},

@@ -38,0 +40,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display