Refactor Visual Studio Code configuration: update .gitignore, add settings, tasks, and example JSON files
This commit is contained in:
17
.vscode/mcp.example.json
vendored
Normal file
17
.vscode/mcp.example.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"servers": {
|
||||
"Foodsharing Mcp": {
|
||||
"type": "stdio",
|
||||
"command": "dotnet",
|
||||
"args": [
|
||||
"run",
|
||||
"--project",
|
||||
"FsMcp/FsMcp.csproj"
|
||||
],
|
||||
"env": {
|
||||
"USERNAME": "mail@address.com",
|
||||
"PASSWORD": "sup3rsecur3"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user