@vorim/mcp-server 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **MCP server for AI agent identity, permissions, and audit trails.**
4
4
 
5
- Gives Claude, Cursor, VS Code, Windsurf, and any MCP-compatible client 13 tools to manage AI agent identities through Vorim — register agents, check permissions, emit audit events, verify trust scores, and delegate credentials.
5
+ Gives Claude, Cursor, VS Code, Windsurf, and any MCP-compatible client 17 tools to manage AI agent identities through Vorim — register agents, check permissions, emit audit events, verify trust scores, and delegate credentials.
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@vorim/mcp-server.svg)](https://www.npmjs.com/package/@vorim/mcp-server)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@@ -102,7 +102,7 @@ Add to `~/.codeium/windsurf/mcp_config.json`:
102
102
 
103
103
  ## Tools
104
104
 
105
- The server exposes 13 tools across five categories:
105
+ The server exposes 17 tools across six categories:
106
106
 
107
107
  ### Health
108
108
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@vorim/mcp-server",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
+ "mcpName": "io.github.Kzino/vorim-mcp-server",
4
5
  "description": "MCP server for Vorim AI — AI agent identity, permissions, and audit trails",
5
6
  "type": "module",
6
7
  "bin": {