Loading subscription status...
{
"mcpServers": [
{
"file-finder-mcp": {
"args": [
"<FULL_PATH_TO_PROJECT>/build/index.js"
],
"command": "node"
}
},
{
"file-finder-mcp-http": {
"args": [
"<FULL_PATH_TO_PROJECT>/build/index-http.js"
],
"command": "node"
}
}
]
}