2 months ago
Server Config
{
"mcpServers": {
"lain": {
"command": "/path/to/lain/target/release/lain",
"args": [
"--workspace",
"/path/to/your/project",
"--transport",
"stdio"
]
}
}
}{
"mcpServers": {
"lain": {
"command": "/path/to/lain/target/release/lain",
"args": [
"--workspace",
"/path/to/your/project",
"--transport",
"stdio"
]
}
}
}