← Back to Plugins
MCP Server MCP

io.github.furkanYanteri1/goaltree

github By github 👁 1 views ▲ 0 votes

A multi-parent goal graph where value propagates, so what more things depend on ranks higher

Homepage Verified source GitHub

Install

uvx goaltree

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "goaltree",
      "version": "0.6.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "The MCP server and its dashboard live behind the [mcp] extra, so the core library stays a networkx-only install.",
          "value": "goaltree[mcp]",
          "type": "named",
          "name": "--from"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...