File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,18 +117,11 @@ uvx aignostics mcp list-tools
117117# Shows: my_plugin_my_tool, my_plugin_query, ...
118118```
119119
120- ** From GitHub (for development or unpublished plugins):**
120+ ** From GitHub (for access-restricted plugins):**
121121
122122``` bash
123- # Install from GitHub repo (default branch)
124123uvx --with " git+https://github.com/org/my-aignostics-plugin" aignostics mcp list-tools
125124
126- # Install from specific branch
127- uvx --with " git+https://github.com/org/my-aignostics-plugin@feature-branch" aignostics mcp list-tools
128-
129- # Install from specific tag or commit
130- uvx --with " git+https://github.com/org/my-aignostics-plugin@v1.0.0" aignostics mcp list-tools
131- uvx --with " git+https://github.com/org/my-aignostics-plugin@abc123" aignostics mcp list-tools
132125```
133126
134127** Claude Desktop with GitHub plugin:**
You can’t perform that action at this time.
0 commit comments