13 lines
217 B
JSON
13 lines
217 B
JSON
|
|
{
|
||
|
|
"mcpServers": {
|
||
|
|
"filesystem": {
|
||
|
|
"command": "zsh",
|
||
|
|
"args": ["./launch_filesystem_mcp.sh"],
|
||
|
|
"env": {
|
||
|
|
"MCP_LOG_LEVEL": "debug",
|
||
|
|
"MCP_TRANSPORT_TYPE": "stdio"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|