homehub

0
0
0
TypeScript
public

homehub

MCP (Model Context Protocol) server for homehub.

Features

  • [Add your features here]

Installation

npm install

Configuration

Create a .env file based on .env.example:

cp .env.example .env

Edit the .env file with your configuration:

PORT=3000
# Add your configuration variables here

Usage

Development

npm run dev

Production

npm run build
npm start

Health Check

curl http://localhost:3000/mcp/health

Tools

example-tool

[Describe your tool here]

Prompts

example-prompt

[Describe your prompt here]

Resources

  • server-status: Check server status

Development

Build

npm run build

Run Tests

npm test

Docker Build

# For ARM64 (Apple Silicon)
npm run build:docker:arm64

# For AMD64 (Intel/AMD)
npm run build:docker:amd64

License

ISC

Made with Bob

v0.3.3[beta]