agents/extensions/blink-spec/README.md
This MCP server allows gemini-cli to fetch github comments for a particular issue. It also allows mapping from a spec body to the github URL where issues are located.
$ agents/extensions/install.py add blink-spec
In order to use the github API, each person who installs the extension is required to create a personal access token:
Direct link: https://github.com/settings/personal-access-tokens Or:
SettingsDeveloper SettingsPersonal access tokens, navigate to Fine-grained tokensAdd the access token as a BLINK_SPEC_GITHUB_API_KEY environment variable prior
to invoking gemini:
$ echo "export BLINK_SPEC_GITHUB_API_KEY=your_key" >> ~/.bashrc
$ source ~/.bashrc
Sample query (after starting gemini-cli):
> summarize css spec issue 12336