Home/Nixinator: Enable sveltejs mcp server
This commit is contained in:
@ -30,7 +30,17 @@
|
||||
|
||||
mcp = {
|
||||
enable = true;
|
||||
servers = {};
|
||||
servers = {
|
||||
svelte = {
|
||||
# claude mcp add -t stdio -s [scope] svelte -- npx -y @sveltejs/mcp
|
||||
args = [
|
||||
"-y"
|
||||
"@sveltejs/mcp"
|
||||
];
|
||||
command = "npx";
|
||||
# type = "stdio";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user