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