From 74566375f9b2b318145199627e28b1085d3281db Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Mon, 8 Jun 2026 06:38:43 +0200 Subject: [PATCH] +playwright mcp --- profiles/sets/coding/agents/agents.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/sets/coding/agents/agents.nix b/profiles/sets/coding/agents/agents.nix index 5fda012..df846d2 100644 --- a/profiles/sets/coding/agents/agents.nix +++ b/profiles/sets/coding/agents/agents.nix @@ -54,6 +54,10 @@ ''exec bunx mcp-remote@latest https://mcp.honcho.dev --header "Authorization:Bearer $(cat /run/agenix/honcho-key)" --header "X-Honcho-User-Name:m3tam3re"'' ]; }; + Playwright = { + command = "bash"; + args = ["-c" "exec bunx @playwright/mcp@latest"]; + }; }; };