mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
22 lines
323 B
JSON
22 lines
323 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"tools": [
|
|
"*"
|
|
],
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp"
|
|
},
|
|
"playwright": {
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
],
|
|
"command": "npx",
|
|
"tools": [
|
|
"*"
|
|
],
|
|
"type": "local"
|
|
}
|
|
}
|
|
}
|