fabric-mcp
fabric-mcpは、Pythonを用いた自動化およびワークフロー管理のためのライブラリです。ユーザーは、複雑なプロセスを簡素化し、効率的に管理することができます。特に、データの処理やAPIとの連携に強みを持ち、開発者にとって便利なツールです。
GitHubスター
50
ユーザー評価
未評価
お気に入り
0
閲覧数
7
フォーク
5
イシュー
1
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This command ensures your virtual environment matches the dependencies in
- On Windows:
```bash
Python >= 3.10
[uv](https://github.com/astral-sh/uv) (Python package and environment manager) for developers
1Clone the repository:
bash
git clone https://github.com/ksylvan/fabric-mcp.git
cd fabric-mcp
2Install dependencies using uv sync:
bash
uv sync --dev
pyproject.toml
and uv.lock
, creating the environment on the first run if necessary.
3Activate the virtual environment (uv will create it if needed):
- On macOS/Linux:
bash
source .venv/bin/activate