Skip to content

Commit 6ba94c3

Browse files
committed
docs: credit @L1AD and PolicyLayer for homeassistant-ai#966 inspiration
1 parent 877056e commit 6ba94c3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
312312
- **[FastMCP](https://github.com/jlowin/fastmcp)**: Excellent MCP server framework
313313
- **[Model Context Protocol](https://modelcontextprotocol.io/)**: Standardized AI-application communication
314314
- **[Claude Code](https://github.com/anthropics/claude-code)**: AI-powered coding assistant
315+
- **[PolicyLayer](https://policylayer.com/)**: Argument-path predicate DSL shape (`args.domain in [...]` with `eq`/`in`/`regex`/`contains`/`exists`/...) inspired the per-tool approval rule schema (#966).
315316

316317
## 👥 Contributors
317318

@@ -360,6 +361,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
360361
- **[@drseanwing](https://github.com/drseanwing)** — Progress emission via FastMCP `Context` in long-running tools (#1124); tool-discovery / categorized-search docs (#1123).
361362
- **[@fnordpig](https://github.com/fnordpig)** — Config subentry support (#1393) and Assist pipeline management tool (#1392).
362363
- **[@paul43210](https://github.com/paul43210)**`array_patch` mode in `ha_manage_addon` for atomic GET-modify-POST (#1063).
364+
- **[@L1AD](https://github.com/L1AD)** — Filed #966 proposing per-tool approval gating; pointed to PolicyLayer's MCP-security work as prior art that inspired the predicate DSL shape.
363365

364366
---
365367

homeassistant-addon/DOCS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ backup_hint: normal
296296
secret_path: "" # Leave empty for auto-generation
297297
```
298298

299+
*Inspired by [PolicyLayer](https://policylayer.com/)'s policy DSL shape, originally proposed in [#966](https://github.com/homeassistant-ai/ha-mcp/issues/966) by [@L1AD](https://github.com/L1AD).*
300+
299301
---
300302

301303
## Security

0 commit comments

Comments
 (0)