5 lines
228 B
Bash
Executable File
5 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This script generates documentation for the GitHub MCP server.
|
|
# It needs to be run after tool updates to ensure the latest changes are reflected in the documentation.
|
|
go run ./cmd/github-mcp-server generate-docs |