rename to remove ambiguity
This commit is contained in:
@@ -14,7 +14,7 @@ import { log } from '../../scripts/modules/utils.js';
|
||||
import {
|
||||
setupMCPConfiguration,
|
||||
removeTaskMasterMCPConfiguration
|
||||
} from './mcp-config-setup.js';
|
||||
} from './create-mcp-config.js';
|
||||
|
||||
// Import profile constants (single source of truth)
|
||||
import { RULE_PROFILES } from '../constants/profiles.js';
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
removeProfileRules,
|
||||
getRulesProfile
|
||||
} from '../../../src/utils/rule-transformer.js';
|
||||
import { removeTaskMasterMCPConfiguration } from '../../../src/utils/mcp-config-setup.js';
|
||||
import { removeTaskMasterMCPConfiguration } from '../../../src/utils/create-mcp-config.js';
|
||||
|
||||
// Mock logger
|
||||
const mockLog = {
|
||||
|
||||
Reference in New Issue
Block a user