fix: update MCP config paths in various files (#1229)

This commit is contained in:
Ralph Khreish
2025-09-22 19:15:17 +02:00
committed by GitHub
parent fd9dd43ee0
commit 674d1f6de7
5 changed files with 11 additions and 6 deletions

View File

@@ -408,7 +408,7 @@ export function createMCPConfigFromSettings(): MCPConfig {
const taskMasterPath = require.resolve('task-master-ai');
const mcpServerPath = path.resolve(
path.dirname(taskMasterPath),
'mcp-server/server.js'
'./dist/mcp-server.js'
);
// Verify the server file exists