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

@usekaval/mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usekaval/mcp - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+1
-1
dist/server.js

@@ -243,3 +243,3 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";

export function createMcpServer(client) {
const server = new McpServer({ name: "kaval", version: "0.6.0" });
const server = new McpServer({ name: "kaval", version: "0.7.0" });
const api = client;

@@ -246,0 +246,0 @@ server.registerTool("check", {

{
"name": "@usekaval/mcp",
"mcpName": "io.github.LufeMC/kaval",
"version": "0.6.0",
"version": "0.7.0",
"license": "Apache-2.0",

@@ -52,3 +52,3 @@ "description": "MCP server for Kaval: before an AI agent acts, verify the facts the action depends on — ALLOW, REVIEW, or BLOCK, with a signed receipt.",

"zod": "^3.24.1",
"@usekaval/kaval": "^0.6.0"
"@usekaval/kaval": "^0.7.0"
},

@@ -55,0 +55,0 @@ "devDependencies": {