Skip to content

Commit b44dee6

Browse files
authored
Add script to generate docs (#622)
1 parent 7c62774 commit b44dee6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

script/generate-docs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)