@bitwarden/mcp-server 2025.7.0 → 2025.7.1

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/dist/index.js +1 -1
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -534,7 +534,7 @@ async function runServer() {
534
534
  console.error('Bitwarden MCP Server starting ...');
535
535
  const server = new Server({
536
536
  name: 'Bitwarden MCP Server',
537
- version: '2025.7.0',
537
+ version: '2025.7.1',
538
538
  }, {
539
539
  capabilities: {
540
540
  tools: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@bitwarden/mcp-server",
4
- "version": "2025.7.0",
4
+ "version": "2025.7.1",
5
5
  "description": "Bitwarden MCP Server",
6
6
  "repository": {
7
7
  "type": "git",
@@ -14,26 +14,26 @@
14
14
  },
15
15
  "homepage": "https://bitwarden.com",
16
16
  "dependencies": {
17
- "@modelcontextprotocol/sdk": "1.13.0",
17
+ "@modelcontextprotocol/sdk": "1.13.3",
18
18
  "shx": "0.4.0",
19
- "zod": "3.25.67"
19
+ "zod": "3.25.71"
20
20
  },
21
21
  "devDependencies": {
22
- "@eslint/js": "9.29.0",
23
- "@jest/globals": "30.0.3",
24
- "@modelcontextprotocol/inspector": "0.14.3",
22
+ "@eslint/js": "9.30.1",
23
+ "@jest/globals": "30.0.4",
24
+ "@modelcontextprotocol/inspector": "0.15.0",
25
25
  "@types/jest": "30.0.0",
26
- "@types/node": "22.15.32",
27
- "eslint": "9.29.0",
28
- "globals": "16.2.0",
26
+ "@types/node": "22.16.0",
27
+ "eslint": "9.30.1",
28
+ "globals": "16.3.0",
29
29
  "husky": "9.1.7",
30
- "jest": "30.0.3",
30
+ "jest": "30.0.4",
31
31
  "jest-junit": "16.0.0",
32
32
  "lint-staged": "16.1.2",
33
- "prettier": "3.5.3",
33
+ "prettier": "3.6.2",
34
34
  "ts-jest": "29.4.0",
35
35
  "typescript": "5.8.3",
36
- "typescript-eslint": "8.35.0"
36
+ "typescript-eslint": "8.35.1"
37
37
  },
38
38
  "bin": {
39
39
  "mcp-server-bitwarden": "dist/index.js"