File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<!-- version list -->
44
55
6+ ## v6.3.1 (2026-01-20)
7+
8+ ### Changed
9+
10+ - Add @kingpanther13 and @Raygooo to contributors
11+ ([ ` 590d0b7 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/590d0b78b3d4b04a260b26bf738e51d97c91b6cf ) )
12+ - ** agents** : Add "Leave the Campground Cleaner" principle
13+ ([ ` e11d766 ` ] ( https://github.com/homeassistant-ai/ha-mcp/commit/e11d766b68d63fce34cf5d97a31074526369930f ) )
14+
15+ ### Fixed
16+
17+ - Add socks support to httpx dependency
18+ ([ #450 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/450 ) )
19+
20+ ---
21+ <details >
22+ <summary >Internal Changes</summary >
23+
24+
25+ ### Fixed
26+
27+ - ** ci** : Robust release publishing logic
28+ ([ #444 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/444 ) )
29+
30+ ### Build System
31+
32+ - ** deps** : Bump astral-sh/uv
33+ ([ #454 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/454 ) )
34+ - ** deps** : Bump diff and astro in /site
35+ ([ #441 ] ( https://github.com/homeassistant-ai/ha-mcp/pull/441 ) )
36+ </details >
37+
38+
639## v6.3.0 (2026-01-17)
740
841### Added
Original file line number Diff line number Diff line change 11name : " Home Assistant MCP Server"
22description : " AI assistant integration for Home Assistant via Model Context Protocol (MCP)"
3- version : " 6.3.0 "
3+ version : " 6.3.1 "
44slug : " ha_mcp"
55url : " https://github.com/homeassistant-ai/ha-mcp"
66arch :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ha-mcp"
7- version = " 6.3.0 "
7+ version = " 6.3.1 "
88description = " Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99readme = " README.md"
1010requires-python = " >=3.13,<3.14"
Original file line number Diff line number Diff line change 55through REST API and WebSocket integration with 20+ enhanced tools.
66"""
77
8- __version__ = "6.3.0 "
8+ __version__ = "6.3.1 "
99__author__ = "Julien"
1010__license__ = "MIT"
1111
You can’t perform that action at this time.
0 commit comments