1.0.2 • Published 6 months ago

@opqrapp/sapling-mcp v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Sapling MCP Server

A Node.js implementation of Model Context Protocol (MCP) server for Sapling SCM.

Installation

npm install @opqrapp/sapling-mcp

Usage

You can run the MCP server directly using npx:

npx @opqrapp/sapling-mcp

Development

For local development:

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Run in development mode:
npm run dev

Cursor Integration

{
  "mcpServers": {
    "sapling": {
      "command": "npx",
      "args": ["-y", "@opqrapp/sapling-mcp"]
    }
  }
}

Now you can select "Sapling MCP" as your MCP server in Cursor settings.

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago