config/.config/amp/settings.json

19 lines
559 B
JSON

{
"amp.mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest",
"--headless",
"--browser",
"firefox"
]
}
},
"amp.skills.path": "/home/solomon/.config/amp/agents:/home/solomon/.config/amp/instructions:/home/solomon/.config/amp/prompts",
"amp.guardedFiles.allowlist": [
"/home/solomon/.config/amp/instructions/html-css-style-color-guide/SKILL.md"
]
}