15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"mcpServers": {
|
|
"umbraco-cms": {
|
|
"command": "npx",
|
|
"args": ["@umbraco-cms/mcp-dev@17"]
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
]
|
|
}
|
|
}
|
|
}
|