Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/home-assistant-mcp-server/issues.md or /mcp/home-assistant-mcp-server/issues.json, or Pod over MCP.

Reported issues for Home Assistant MCP Server

Pod holds 7 of 7 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to Home Assistant MCP Server.

Most discussed

Add GitHub Actions CI/CD workflows

Summary

Add GitHub Actions workflows for continuous integration and automated npm publishing.

CI Workflow (.github/workflows/ci.yml)

Publish Workflow (.github/workflows/publish.yml)

Read the thread · 2026-03-22 · closed · 1 comment

Create VS Code extension wrapper for Marketplace publishing

Summary

Create a minimal VS Code extension that registers this MCP server via contributes.mcpServers. This makes the server discoverable in the VS Code Marketplace with the @mcp search keyword, giving users one-click installation.

How It Works

The extension has no code — just a package.json manifest that tells VS Code how to launch the MCP server (via npx).

Tasks

Read the thread · 2026-03-22 · closed · 1 comment

Add smoke test for MCP tool registration

Summary

Create a smoke test that verifies all 65 MCP tools register successfully on the server without errors, using mocked HA clients.

Tasks

Why

This catches registr

Read the thread · 2026-03-22 · closed · 1 comment

Set up vitest and unit tests for config and client layers

Summary

The project has zero tests. Unit tests are needed for the core modules before publishing.

Test Areas

config.ts — Configuration validation

sftp-client.ts — Path safety (security-critical)

Read the thread · 2026-03-22 · closed · 1 comment

Add ESLint and Prettier configuration

Summary

The project has no linting or formatting configuration. Adding these ensures consistent code quality and catches issues before they reach production.

Tasks

Read the thread · 2026-03-22 · closed · 1 comment

Complete package.json metadata for npm publishing

Summary

The package.json is missing several fields required/recommended for npm publishing.

Missing Fields

Read the thread · 2026-03-22 · closed · 1 comment

Add LICENSE file

Summary

The package.json declares "license": "MIT" and the README mentions MIT, but there is no actual LICENSE file in the repository root. This is required for npm publishing and open source compliance.

Tasks

Context

This is a prerequisite for publishing to npm and the VS Code Marketplace.

Read the thread · 2026-03-22 · closed · 1 comment

Most recent

The remaining reports are on the project's issue tracker.