Initial import of FsMcp project, ignore mcp.json, add mcp.example.json
This commit is contained in:
19
mcp.example.json
Normal file
19
mcp.example.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"servers": {
|
||||
"FsMcp": {
|
||||
"type": "stdio",
|
||||
"command": "dotnet",
|
||||
"args": [
|
||||
"run",
|
||||
"--project",
|
||||
"FsMcp/FsMcp.csproj",
|
||||
"-c",
|
||||
"Debug"
|
||||
],
|
||||
"env": {
|
||||
"USERNAME": "your-foodsharing-username",
|
||||
"PASSWORD": "your-foodsharing-password"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user