mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
Update app/electron/services/spec-regeneration-service.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -117,11 +117,10 @@ class SpecRegenerationService {
|
|||||||
console.log(`[SpecRegeneration] Phase: ${currentPhase}`);
|
console.log(`[SpecRegeneration] Phase: ${currentPhase}`);
|
||||||
|
|
||||||
// Create custom MCP server with UpdateFeatureStatus tool if generating features
|
// Create custom MCP server with UpdateFeatureStatus tool if generating features
|
||||||
let featureToolsServer = null;
|
|
||||||
if (generateFeatures) {
|
if (generateFeatures) {
|
||||||
console.log("[SpecRegeneration] Setting up feature generation tools...");
|
console.log("[SpecRegeneration] Setting up feature generation tools...");
|
||||||
try {
|
try {
|
||||||
featureToolsServer = mcpServerFactory.createFeatureToolsServer(
|
mcpServerFactory.createFeatureToolsServer(
|
||||||
featureLoader.updateFeatureStatus.bind(featureLoader),
|
featureLoader.updateFeatureStatus.bind(featureLoader),
|
||||||
projectPath
|
projectPath
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user