Files
homeassistant-mcp/docs
jango-blockchained 790a37e49f refactor: migrate to Elysia and enhance security middleware
- Replaced Express with Elysia for improved performance and type safety
- Integrated Elysia middleware for rate limiting, security headers, and request validation
- Refactored security utilities to work with Elysia's context and request handling
- Updated token management and validation logic
- Added comprehensive security headers and input sanitization
- Simplified server initialization and error handling
- Updated documentation with new setup and configuration details
2025-02-04 03:09:35 +01:00
..

Home Assistant MCP Documentation

Welcome to the Home Assistant MCP (Master Control Program) documentation. This documentation provides comprehensive information about setting up, configuring, and using the Home Assistant MCP.

Table of Contents

  1. Getting Started

    • Installation
    • Configuration
    • First Steps
  2. API Reference

    • REST API Endpoints
    • Authentication
    • Error Handling
  3. SSE (Server-Sent Events)

    • Event Subscriptions
    • Real-time Updates
    • Connection Management
  4. Tools

    • Device Control
    • Automation Management
    • Add-on Management
    • Package Management
  5. Configuration

    • Environment Variables
    • Security Settings
    • Performance Tuning
  6. Development

    • Project Structure
    • Contributing Guidelines
    • Testing
  7. Troubleshooting

    • Common Issues
    • Debugging
    • FAQ

Support

If you need help or have questions:

  1. Check the Troubleshooting Guide
  2. Search existing Issues
  3. Create a new issue if your problem isn't already reported

License

This project is licensed under the MIT License - see the LICENSE file for details.