GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
5
フォーク
0
イシュー
0
README
qr-finder
play with mcps and find qr codes appearing on my screen
Local Installation
UV_PATH=$(which uv)
git clone https://github.com/nhomble/qr-finder-mcp .
INSTALL_PATH=$(pwd)
Given the variables above:
{
"mcpServers": {
"qr-finder": {
"command": "$UV_PATH",
"args": [
"--directory",
"$INSTALL_PATH",
"run",
"server.py"
]
}
}
}