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 7c62774 commit b44dee6Copy full SHA for b44dee6
script/generate-docs
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+# This script generates documentation for the GitHub MCP server.
4
+# It needs to be run after tool updates to ensure the latest changes are reflected in the documentation.
5
+go run ./cmd/github-mcp-server generate-docs
0 commit comments