github--github-mcp-server
5 行
228 B
Bash
可执行文件
5 行
228 B
Bash
可执行文件
#!/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 |