Initial investigation of export/import issue

Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-08 02:12:39 +00:00
parent 38e274d441
commit 4affcb72d7

View File

@@ -33,6 +33,19 @@
"SLACK_BOT_TOKEN": "your-bot-token",
"SLACK_TEAM_ID": "your-team-id"
}
},
"test-import-server": {
"enabled": true,
"owner": "admin",
"type": "stdio",
"command": "npx",
"args": [
"-y",
"test-package"
],
"env": {
"TEST_VAR": "test-value"
}
}
},
"users": [
@@ -62,6 +75,9 @@
],
"requiresAuthentication": false
}
},
"routing": {
"skipAuth": true
}
}
}