@usekaval/mcp
Advanced tools
+1
-1
@@ -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", { |
+6
-6
| { | ||
| "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": { |
131369
0.01%Updated