Complete fix with screenshots and full testing

Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-08 02:21:56 +00:00
parent db1d621a06
commit 7eeb136233

View File

@@ -33,30 +33,6 @@
"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"
}
},
"test-openapi-server-correct": {
"enabled": true,
"owner": "admin",
"type": "openapi",
"openapi": {
"url": "http://localhost:3002/openapi.json"
},
"headers": {
"X-API-Key": "test-key"
}
}
},
"users": [
@@ -86,9 +62,6 @@
],
"requiresAuthentication": false
}
},
"routing": {
"skipAuth": true
}
}
}