@vorim/mcp-server 1.1.2 → 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.
- package/README.md +2 -2
- package/package.json +1 -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
|
|
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
|
[](https://www.npmjs.com/package/@vorim/mcp-server)
|
|
8
8
|
[](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
|
|
105
|
+
The server exposes 17 tools across six categories:
|
|
106
106
|
|
|
107
107
|
### Health
|
|
108
108
|
|
package/package.json
CHANGED