@passwd/passwd-mcp 1.5.1 → 1.5.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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ function openBrowser(url) {
|
|
|
16
16
|
import { buildOAuthUrl, extractCodeFromRedirectUrl, exchangeCode, listSecrets, getSecret, getTotpCode, getCurrentUser, redactSecret, } from "@passwd/passwd-lib";
|
|
17
17
|
const server = new McpServer({
|
|
18
18
|
name: "passwd-mcp",
|
|
19
|
-
version: "1.5.
|
|
19
|
+
version: "1.5.2",
|
|
20
20
|
});
|
|
21
21
|
// --- Tool 1: passwd_login ---
|
|
22
22
|
server.tool("passwd_login", "Authenticate with passwd.team using Google OAuth. Call without redirectUrl to get the login URL, then call again with the redirect URL containing the auth code.", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@passwd/passwd-mcp",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "MCP server for passwd.team password manager",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@passwd/passwd-lib": "1.5.
|
|
26
|
+
"@passwd/passwd-lib": "1.5.2",
|
|
27
27
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
28
28
|
"zod": "^3.24.2"
|
|
29
29
|
},
|