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
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Home Assistant MCP Documentation
|
# 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
|
## Table of Contents
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Getting Started with Home Assistant MCP
|
# 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
|
## Prerequisites
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Troubleshooting Guide
|
# 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
|
## Common Issues
|
||||||
|
|
||||||
|
|||||||
@@ -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/
|
site_url: https://yourusername.github.io/your-repo-name/
|
||||||
repo_url: https://github.com/yourusername/your-repo-name
|
repo_url: https://github.com/yourusername/your-repo-name
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homeassistant-mcp",
|
"name": "homeassistant-mcp",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Home Assistant Master Control Program",
|
"description": "Home Assistant Model Context Protocol",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user