@yawlabs/ssh-mcp 0.7.0 → 0.9.0

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 CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "@yawlabs/ssh-mcp",
3
- "version": "0.7.0",
4
- "description": "MCP server for SSH operations with built-in diagnostics",
5
- "type": "module",
6
- "bin": {
7
- "ssh-mcp": "dist/index.js"
8
- },
9
- "exports": {
10
- ".": {
11
- "import": "./dist/server.js",
12
- "types": "./dist/server.d.ts"
13
- }
14
- },
15
- "files": [
16
- "dist",
17
- "LICENSE",
18
- "README.md"
19
- ],
20
- "scripts": {
21
- "build": "tsup",
22
- "dev": "tsup --watch",
23
- "lint": "biome check src/",
24
- "lint:fix": "biome check --write src/",
25
- "typecheck": "tsc --noEmit",
26
- "test": "vitest run",
27
- "test:integration": "docker compose -f test/docker/docker-compose.yml up -d --build --wait && SSH_MCP_INTEGRATION=1 vitest run src/tests/integration.test.ts; docker compose -f test/docker/docker-compose.yml down",
28
- "test:ci": "npm run build && npm test",
29
- "prepublishOnly": "npm run build"
30
- },
31
- "keywords": [
32
- "mcp",
33
- "ssh",
34
- "remote",
35
- "model-context-protocol",
36
- "ai",
37
- "devops"
38
- ],
39
- "author": "Yaw Labs <contact@yaw.sh>",
40
- "license": "MIT",
41
- "repository": {
42
- "type": "git",
43
- "url": "git+https://github.com/YawLabs/ssh-mcp.git"
44
- },
45
- "engines": {
46
- "node": ">=18"
47
- },
48
- "dependencies": {
49
- "@modelcontextprotocol/sdk": "^1.29.0",
50
- "ssh2": "^1.16.0",
51
- "zod": "^3.24.4"
52
- },
53
- "devDependencies": {
54
- "@biomejs/biome": "^1.9.4",
55
- "@types/node": "^22.15.2",
56
- "@types/ssh2": "^1.15.4",
57
- "tsup": "^8.5.1",
58
- "typescript": "^5.8.3",
59
- "vitest": "^3.2.4"
60
- }
61
- }
1
+ {
2
+ "name": "@yawlabs/ssh-mcp",
3
+ "version": "0.9.0",
4
+ "description": "MCP server for SSH operations with built-in diagnostics",
5
+ "type": "module",
6
+ "bin": {
7
+ "ssh-mcp": "dist/index.js"
8
+ },
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/server.js",
12
+ "types": "./dist/server.d.ts"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist",
17
+ "LICENSE",
18
+ "README.md"
19
+ ],
20
+ "scripts": {
21
+ "build": "tsup",
22
+ "dev": "tsup --watch",
23
+ "lint": "biome check src/",
24
+ "lint:fix": "biome check --write src/",
25
+ "typecheck": "tsc --noEmit",
26
+ "test": "vitest run",
27
+ "test:integration": "docker compose -f test/docker/docker-compose.yml up -d --build --wait && SSH_MCP_INTEGRATION=1 vitest run src/tests/integration.test.ts; docker compose -f test/docker/docker-compose.yml down",
28
+ "test:ci": "npm run build && npm test",
29
+ "prepublishOnly": "npm run build"
30
+ },
31
+ "keywords": [
32
+ "mcp",
33
+ "ssh",
34
+ "remote",
35
+ "model-context-protocol",
36
+ "ai",
37
+ "devops"
38
+ ],
39
+ "author": "Yaw Labs <contact@yaw.sh>",
40
+ "license": "MIT",
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git+https://github.com/YawLabs/ssh-mcp.git"
44
+ },
45
+ "engines": {
46
+ "node": ">=18"
47
+ },
48
+ "dependencies": {
49
+ "@modelcontextprotocol/sdk": "^1.29.0",
50
+ "ssh2": "^1.16.0",
51
+ "zod": "^4.3.6"
52
+ },
53
+ "devDependencies": {
54
+ "@biomejs/biome": "^2.4.13",
55
+ "@types/node": "^25.6.0",
56
+ "@types/ssh2": "^1.15.4",
57
+ "tsup": "^8.5.1",
58
+ "typescript": "^6.0.3",
59
+ "vitest": "^4.1.5"
60
+ }
61
+ }