-
released this
2025-10-10 12:14:30 +02:00 | 0 commits to main since this releaseShell MCP v2.0.0
🎉 Major Refactor
Complete refactor with modular architecture, 100% TypeScript type safety, comprehensive testing, and updated MCP SDK.
🏗️ Architecture
- Modular structure (types, tool-definitions, handlers, shell-service)
- index.ts: 208 → 52 lines (75% reduction)
- 100% TypeScript type safety
- Complete JSDoc documentation
✨ Features
- 6 Tools: run_command, get_command_status, cancel_command, get_logs, list_presets, run_preset
- Security: Command whitelist, directory sandboxing, timeout management
- Presets: PHP, Node.js, Docker, Git commands
🧪 Testing
- 19 comprehensive unit tests
- 100% test pass rate
📦 Dependencies
- MCP SDK upgraded: 0.5.0 → 1.20.0
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
🐚 v1.0.5
StableAll checks were successfulPublish Package / publish (push) Successful in 1m0sreleased this
2025-10-07 17:09:31 +02:00 | 3 commits to main since this release🐚 Secure Shell Command Execution
v1.0.5
🐛 Bug Fixes
- use direct authentication token in CI workflow
- replace secrets.ACTIONS_TOKEN with actual token value
- fixes authentication issues with Forgejo Package Registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 17:04:03 +02:00 | 4 commits to main since this release🐚 Secure Shell Command Execution
v1.0.4
🐛 Bug Fixes
- fix npm publish by explicitly specifying registry URL
- add debug output to show .npmrc contents
- ensures npm uses Forgejo registry with proper authentication
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:51:01 +02:00 | 5 commits to main since this release🐚 Secure Shell Command Execution
v1.0.3
🐛 Bug Fixes
- fix CI workflow by separating registry configuration from authentication
- configure .npmrc in two steps: scope registry first, then auth token before publish
- this prevents npm ci from requiring authentication
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:38:25 +02:00 | 6 commits to main since this release🐚 Secure Shell Command Execution
v1.0.2
🐛 Bug Fixes
- fix CI workflow authentication using NODE_AUTH_TOKEN environment variable
- use setup-node registry-url and scope configuration for proper authentication
- CI/CD pipeline now properly authenticates with Forgejo Package Registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:34:25 +02:00 | 7 commits to main since this release🐚 Secure Shell Command Execution
v1.0.1
🐛 Bug Fixes
- fix npm registry configuration for scope-based installation
- dependencies now correctly fetched from npmjs.org
- only @customable packages use Forgejo registry
📊 Statistics
- Total commits: 1
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2025-10-07 12:31:03 +02:00 | 8 commits to main since this release🐚 Secure Shell Command Execution
v1.0.0
🐛 Bug Fixes
- add args validation check (
1bce671)
🔧 Chores
- add CHANGELOG.md (
7770437)
📝 Other Changes
- Initial implementation of shell-mcp (
34b9e08)
📊 Statistics
- Total commits: 3
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add args validation check (