@clavisagent/mcp-server 0.1.0 → 0.1.2
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/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clavisagent/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"mcpName": "io.github.KN0WBOT/clavis",
|
|
4
5
|
"description": "MCP server for secure credential management. Handles encrypted storage, auto token refresh, and rate limiting for Claude Desktop and AI agents.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"author": "Clavis",
|
|
7
8
|
"license": "MIT",
|
|
8
9
|
"homepage": "https://clavisagent.com",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/KN0WBOT/clavis-mcp.git"
|
|
13
|
+
},
|
|
9
14
|
"keywords": [
|
|
10
15
|
"mcp",
|
|
11
16
|
"model-context-protocol",
|