Lint cleanup

This commit is contained in:
Allen Porter 2025-03-31 03:52:45 +00:00
parent 79efaf5083
commit 20ecc43011

View File

@ -32,7 +32,7 @@ Assistant. You can control what devices and entities it can access from the {% m
2. If your MCP server only supports the <abbr title="Standard input/output">*stdio*</abbr> protocol, you will also need an additional
MCP proxy (such as [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy)) to expose
the server over <abbr title="Server-sent events">*SSE*</abbr>.
3. If your MCP server requires authentication then you will need an OAuth Client ID and Secret.
3. If your MCP server requires authentication, then you will need an OAuth Client ID and Secret.
{% include integrations/config_flow.md %}
@ -81,7 +81,7 @@ are exposed.
### Authorization
The Model Context Protocol supports OAuth, and allows you to give Home Assistant
The Model Context Protocol supports OAuth, and allows you to give Home Assistant
access to restricted MCP servers. You can enter the MCP Servers [Application Credentials](https://www.home-assistant.io/integrations/application_credentials/) when configuring
the MCP integration.