Sign In

@usekaval/mcp

Package Overview
Dependencies
Maintainers
1
Versions
16
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.7.2
to
0.7.3
+1
-1
dist/server.js

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

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

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

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

@@ -34,10 +34,10 @@ "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.",

],
"homepage": "https://github.com/LufeMC/kaval-clients/tree/main/packages/mcp#readme",
"homepage": "https://github.com/usekaval/kaval-clients/tree/main/packages/mcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/LufeMC/kaval-clients.git",
"url": "git+https://github.com/usekaval/kaval-clients.git",
"directory": "packages/mcp"
},
"bugs": {
"url": "https://github.com/LufeMC/kaval-clients/issues"
"url": "https://github.com/usekaval/kaval-clients/issues"
},

@@ -53,3 +53,3 @@ "publishConfig": {

"zod": "^3.24.1",
"@usekaval/kaval": "^0.7.2"
"@usekaval/kaval": "^0.7.3"
},

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