← Back to Plugins
MCP Server MCP

io.github.donovan-jasper/sl-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Sapling (sl) version control

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "sl-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to Sapling binary",
          "format": "string",
          "name": "SL_MCP_BINARY"
        },
        {
          "description": "Command timeout in milliseconds",
          "format": "string",
          "name": "SL_MCP_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...