← Back to Plugins
MCP Server MCP

Deed

github By github 👁 1 views ▲ 0 votes

Contract-first language and MCP server for capability-aware code and patch review.

Homepage Verified source GitHub

Install

cargo:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "cargo",
      "registryBaseUrl": "https://crates.io",
      "identifier": "deed-lang",
      "version": "0.2.13",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol cargo

Comments

Sign in to leave a comment

Loading comments...