Compare commits

..

1 Commits

Author SHA1 Message Date
jango-blockchained
38ee5368d1 docs: update acronym
- Rename MCP acronym in documentation and package files
- Update site name, package description, and documentation references
- Ensure consistent terminology across project files
2025-02-04 17:19:58 +01:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# 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.
Welcome to the Home Assistant MCP (Model Context Protocol) documentation. This documentation provides comprehensive information about setting up, configuring, and using the Home Assistant MCP.
## Table of Contents

View File

@@ -1,6 +1,6 @@
# Getting Started with Home Assistant MCP
This guide will help you get started with the Home Assistant MCP (Master Control Program).
This guide will help you get started with the Home Assistant MCP (Model Context Protocol).
## Prerequisites

View File

@@ -1,6 +1,6 @@
# Troubleshooting Guide
This guide helps you diagnose and fix common issues with the Home Assistant MCP.
This guide helps you diagnose and fix common issues with the Home Assistant Model Context Protocol (MCP).
## Common Issues

View File

@@ -1,4 +1,4 @@
site_name: Project Documentation
site_name: Home Assistant Model Context Protocol (MCP)
site_url: https://yourusername.github.io/your-repo-name/
repo_url: https://github.com/yourusername/your-repo-name

View File

@@ -1,7 +1,7 @@
{
"name": "homeassistant-mcp",
"version": "1.0.0",
"description": "Home Assistant Master Control Program",
"description": "Home Assistant Model Context Protocol",
"main": "dist/index.js",
"type": "module",
"scripts": {