Add create_repo tool to MCP server

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
agent
2026-03-24 09:23:22 -04:00
parent 9132394fd5
commit 634bf3353f
3 changed files with 42 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ The scripts in this repo should collectively cover:
| Tool | Description |
|---|---|
| `create_repo` | Create a new repository |
| `list_repos` | List repos accessible to the agent account |
| `view_repo` | File list, default branch, README excerpt |
| `view_file` | Raw content of a file at a given branch/path |