Skip to content

Commit caf7a11

Browse files
rootclaude
andcommitted
fix: remove problematic docs and fix markdown formatting
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 961f8b8 commit caf7a11

File tree

3 files changed

+1
-138
lines changed

3 files changed

+1
-138
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ Use the provided `examples/mcp-config.json` to configure the MCP server in your
198198
}
199199
```
200200

201-
202-
203201
## 🐍 Python package usage
204202

205203
```python

docs/MCP_USAGE.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

install_gh.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(type -p wget >/dev/null || (sudo apt update && sudo apt install wget -y)) && sudo mkdir -p -m 755 /etc/apt/keyrings && out=/tmp/tmp.wDbKEXEDYT && wget -nv -O https://cli.github.com/packages/githubcli-archive-keyring.gpg && cat | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null && sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg && sudo mkdir -p -m 755 /etc/apt/sources.list.d && echo deb [arch=amd64 signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null && sudo apt update && sudo apt install gh -y

0 commit comments

Comments
 (0)