Skip to main content
Glama

MCP Server: SSH Rails Runner

by tadasant
# Test locally ``` npm run build npx @wong2/mcp-cli node /Users/admin/github-projects/mcp-server-ssh-rails-runner/build/index.js ``` # Publish ## 1. Build the project ``` npm run build ``` ## 2. Update version (choose one): ``` npm version patch # for bug fixes (1.0.0 -> 1.0.1) npm version minor # for new features (1.0.0 -> 1.1.0) npm version major # for breaking changes (1.0.0 -> 2.0.0) ``` This will automatically: - Update package.json version - Create a git commit - Create a git tag ## 3. Push changes and tag to GitHub ``` git push origin main git push origin v1.0.1 # replace with your new version ``` ## 4. Publish to npm ``` npm publish ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tadasant/mcp-server-ssh-rails-runner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server