ruchy 3.173.0

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.noahgift/ruchy-mcp",
  "displayName": "Ruchy MCP Server",
  "description": "MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools",
  "version": "3.67.0",
  "homepage": "https://github.com/paiml/ruchy",
  "sourceUrl": "https://github.com/paiml/ruchy/tree/main",
  "author": {
    "name": "PAIML Team",
    "email": "team@paiml.com",
    "url": "https://github.com/paiml"
  },
  "license": "MIT",
  "readme": "https://raw.githubusercontent.com/paiml/ruchy/main/README.md",
  "categories": ["development-tools", "code-analysis"],
  "tags": ["rust", "ruchy", "code-analysis", "linting", "transpiler"],
  "deployment": {
    "type": "package",
    "package": {
      "type": "cargo",
      "name": "ruchy",
      "binaryName": "ruchy",
      "features": ["mcp"]
    }
  }
}