initial: NAS agent runner setup

This commit is contained in:
Janpeter Visser 2026-05-02 15:43:59 +02:00
commit 9d8a7fe237
16 changed files with 1121 additions and 0 deletions

14
mcp-config.json Normal file
View file

@ -0,0 +1,14 @@
{
"mcpServers": {
"scrum4me": {
"type": "stdio",
"command": "npx",
"args": ["tsx", "/opt/scrum4me-mcp/src/index.ts"],
"env": {
"SCRUM4ME_TOKEN": "${SCRUM4ME_TOKEN}",
"DATABASE_URL": "${DATABASE_URL}",
"DIRECT_URL": "${DIRECT_URL}"
}
}
}
}