+playwright mcp

This commit is contained in:
2026-06-08 06:38:43 +02:00
parent add002e05c
commit 74566375f9
+4
View File
@@ -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"'' ''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"];
};
}; };
}; };