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.
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
   
This command ensures your virtual environment matches the dependencies in 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
     
- On Windows: ```bash

追加リソース

作者情報
Kayvan Sylvan

Tech Leader. Former Meta, Apple, Disney, IBM, and Startups. Full Stack Developer. Open source and Open AI advocate.

145

フォロワー

178

リポジトリ

0

Gist

0

貢献数