rename to mcp-config-setup.js

This commit is contained in:
Joe Danziger
2025-05-26 19:47:16 -04:00
parent fce41fa38d
commit e412d2240e
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import { fileURLToPath } from 'url';
import { log } from '../../scripts/modules/utils.js';
// Import the shared MCP configuration helper
import { setupMCPConfiguration } from './mcp-utils.js';
import { setupMCPConfiguration } from './mcp-config-setup.js';
// Import profile constants (single source of truth)
import { RULES_PROFILES } from '../constants/profiles.js';