Skip to content

Commit e6ba791

Browse files
authored
Merge pull request #1 from StuMason/package-update
package update
2 parents f445609 + 7920393 commit e6ba791

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

package.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@masonator/get-mcp-keys",
3-
"version": "0.0.1",
4-
"description": "A utility to load API keys from ~/.mcprc for Cursor MCP servers",
3+
"version": "1.0.1",
4+
"description": "A lightweight utility that securely loads API keys for Cursor MCP servers from your home directory, preventing accidental exposure of secrets in repositories. Keep your credentials safe while maintaining seamless integration with AI coding assistants.",
55
"main": "index.js",
66
"bin": {
77
"get-mcp-keys": "./get-mcp-keys.js"
@@ -15,13 +15,23 @@
1515
"lint:fix": "eslint . --fix"
1616
},
1717
"keywords": [
18-
"cursor",
19-
"mcp",
2018
"api-keys",
21-
"environment",
22-
"secrets"
19+
"secrets-management",
20+
"environment-variables",
21+
"security",
22+
"cursor-ai",
23+
"ai-tools",
24+
"development-tools",
25+
"nodejs",
26+
"dotenv",
27+
"configuration",
28+
"mcp-server",
29+
"credential-management",
30+
"devsecops",
31+
"security-tools",
32+
"key-management"
2333
],
24-
"author": "Stuart Mason",
34+
"author": "Stu Mason",
2535
"license": "MIT",
2636
"repository": {
2737
"type": "git",

0 commit comments

Comments
 (0)