使用方法
Zedでの接続
スクリプトをダウンロード: uart-pyautoport-mcp.py
uvをインストール: https://docs.astral.sh/uv/getting-started/installation/
設定テンプレートを使ってVS CodeやZedにMCPサーバーを追加:
{ “uart-mcp-server”: { “command”: { “path”: “uv”, “args”: [“run”, “path/to/uart-pyautoport-mcp”], “env”: {} } } }
「path/to/uart-pyautoport-mcp」を実際のスクリプトパスに置き換えてください。
直接MCPサーバー起動
実行:
python uart-pyautoport-mcp.py
必要要件
- Python 3.8+
- pyautoport
- mcp[cli]
ライセンス
MIT


