Skip to content

Commit 2adba3d

Browse files
committed
WIP
1 parent abb0345 commit 2adba3d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/aignostics/mcp/README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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)
124123
uvx --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:**

0 commit comments

Comments
 (0)