Files
APAW/.vscode/settings.json

16 lines
336 B
JSON

{
"mcpServers": {
"forgejo-gitea": {
"command": "bun",
"args": [
"/home/swp/Projects/APAW/scripts/mcp-gitea-stdio.cjs"
],
"env": {
"FORGEJO_URL": "https://git.softuniq.eu",
"FORGEJO_TOKEN": "54822926dec114eaf1ef3ec5d7ff51c0e4ab40bf",
"LOG_LEVEL": "warn"
}
}
}
}