refactor: replace getMCPAuthMap with getUserMCPAuthMap and remove unused getCustomConfig file

This commit is contained in:
Danny Avila 2025-08-19 00:46:38 -04:00
parent 71a14517cd
commit c0d6404385
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 5 additions and 37 deletions

View file

@ -1,7 +1,6 @@
const appConfig = require('./app');
const { config } = require('./EndpointService');
const getCachedTools = require('./getCachedTools');
const getCustomConfig = require('./getCustomConfig');
const loadCustomConfig = require('./loadCustomConfig');
const loadConfigModels = require('./loadConfigModels');
const loadDefaultModels = require('./loadDefaultModels');
@ -18,6 +17,5 @@ module.exports = {
loadAsyncEndpoints,
...appConfig,
...getCachedTools,
...getCustomConfig,
...getEndpointsConfig,
};