Spaces:
Running
Running
{ | |
"mcpServers": { | |
"playwright": { | |
"command": "npx", | |
"args": [ | |
"@playwright/mcp@latest" | |
] | |
}, | |
"sqlite": { | |
"command": "uvx", | |
"args": [ | |
"mcp-server-sqlite", | |
"--db-path", | |
"data/health_data.db" | |
] | |
} | |
} | |
} |