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 ec936e2 commit c62174fCopy full SHA for c62174f
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