{
"inputs": [
// The "inputs" section defines the inputs required for the MCP server configuration.
{
"type": "promptString"
}
],
"servers": {
// The "servers" section defines the MCP servers you want to use.
"svelte-llm": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:5173/mcp/mcp"]
}
}
}