Actualiser README.md
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -40,14 +40,18 @@ The Model Context Protocol (MCP) server acts as a bridge between AI models (like
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/your-repo/homeassistant-mcp.git
|
||||
cd /data
|
||||
git clone https://git.carriere.cloud/alex/homeassistant-mcp.git
|
||||
|
||||
# Install dependencies
|
||||
cd homeassistant-mcp
|
||||
npm install
|
||||
|
||||
npm install -g bun
|
||||
bun install
|
||||
|
||||
# Build the project
|
||||
npm run build
|
||||
|
||||
```
|
||||
|
||||
### Running the Server
|
||||
|
||||
Reference in New Issue
Block a user