add missing log message

This commit is contained in:
Joe Danziger
2025-05-26 20:38:26 -04:00
parent 555a7c0995
commit 4a48e77ca8

View File

@@ -100,4 +100,7 @@ export function setupMCPConfiguration(projectDir, mcpConfigPath) {
fs.writeFileSync(mcpPath, JSON.stringify(newMCPConfig, null, 4));
log('success', `Created MCP configuration file at ${mcpPath}`);
}
// Add note to console about MCP integration
log('info', 'MCP server will use the installed task-master-ai package');
}