diff --git a/docs/README.md b/docs/README.md index 4e6b19c..378f0d9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/getting-started.md b/docs/getting-started.md index 5010112..a5eef83 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index dd3690c..08f3c17 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 2e98535..7e7bebc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/package.json b/package.json index 7c69371..2ada33e 100644 --- a/package.json +++ b/package.json @@ -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": {