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

@kawacode/mcp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kawacode/mcp - npm Package Compare versions

Comparing version
6.1.1
to
6.1.2
+2
-1
package.json
{
"name": "@kawacode/mcp",
"version": "6.1.1",
"version": "6.1.2",
"description": "Team-aware memory for Claude Code, Cursor, and other AI coding assistants — intent tracking, decision history, real-time team conflict detection.",
"main": "build/index.js",
"bin": {
"mcp": "build/index.js",
"kawacode-mcp": "build/index.js",

@@ -8,0 +9,0 @@ "kawacode-on-stop": "build/kawacode-on-stop.js",

@@ -78,3 +78,3 @@ # Kawa Code MCP

"hooks": [
{ "type": "command", "command": "npx -y @kawacode/mcp kawacode-pre-edit-decision-check" }
{ "type": "command", "command": "npx -y -p @kawacode/mcp kawacode-on-pre-edit" }
]

@@ -81,0 +81,0 @@ }