grlll's picture
create a local mcp_server gradio app that will become the private space.
adcb689
raw
history blame
295 Bytes
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"sqlite": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"data/health_data.db"
]
}
}
}