MCP server for tangled

docs: add list_repo_pulls to readme

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+4 -1
+4 -1
README.md
··· 102 102 - `create_repo_issue(repo, title, body, labels)` - create an issue with optional labels 103 103 - `update_repo_issue(repo, issue_id, title, body, labels)` - update an issue's title, body, and/or labels 104 104 - `delete_repo_issue(repo, issue_id)` - delete an issue 105 - - `list_repo_issues(repo, limit, cursor)` - list issues for a repository 105 + - `list_repo_issues(repo, limit)` - list issues for a repository 106 106 - `list_repo_labels(repo)` - list available labels for a repository 107 + 108 + ### pull requests 109 + - `list_repo_pulls(repo, limit)` - list PRs targeting a repository (only shows PRs you created) 107 110 108 111 ## development 109 112