Installation ============ MCP Fabric provides components for both Python environments and Node.js/TypeScript runtime infrastructures. Python Package -------------- To install the Python SDK and CLI tool: .. code-block:: bash pip install mcp-fabric Or install locally from the repository: .. code-block:: bash cd python pip install -e . TypeScript / Node.js Workspace ------------------------------ For Node.js projects or infrastructure running TypeScript services: .. code-block:: bash npm install npm run build Requirements ------------ * Python >= 3.10 * Node.js >= 18.0.0 * MCP SDK >= 1.0.0