Initial import of FsMcp project, ignore mcp.json, add mcp.example.json

This commit is contained in:
2026-03-03 22:00:49 +01:00
parent 76251869af
commit c0020b5e9d
12 changed files with 18738 additions and 0 deletions

19
mcp.example.json Normal file
View 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"
}
}
}
}