Server Config
{
"mcpServers": {
"short novel": {
"name": "short novel",
"type": "stdio",
"description": "",
"isActive": true,
"registryUrl": "",
"timeout": "20",
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"server.py"
]
}
}
}