We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6516c commit ab84906Copy full SHA for ab84906
README.md
@@ -178,4 +178,26 @@ GitHub MCP Server running on stdio
178
}
179
180
```
181
+## TODO
182
+
183
+Lots of things!
184
185
+Missing tools:
186
187
+- push_files (files array)
188
+- create_issue (assignees and labels arrays)
189
+- list_issues (labels array)
190
+- update_issue (labels and assignees arrays)
191
+- create_pull_request_review (comments array)
192
193
194
+Testing
195
196
+- Unit tests
197
+- Integration tests
198
+- Blackbox testing: ideally comparing output to Anthromorphic's server to make sure that this is fully compatible drop-in replacement.
199
200
+And some other stuff:
201
+- ...
202
203
0 commit comments