fix(mcp-project-config): remove duplicate constant export

- removed redundant self-assignment export

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
ace-pm 2026-04-15 16:11:35 +02:00
parent b5caedf786
commit acab81de11

View file

@ -6,7 +6,6 @@ import { assertSafeDirectory } from "./validate-directory.js";
import { detectWorkflowMcpLaunchConfig } from "./workflow-mcp.js";
export const SF_WORKFLOW_MCP_SERVER_NAME = "sf-workflow";
export const SF_WORKFLOW_MCP_SERVER_NAME = SF_WORKFLOW_MCP_SERVER_NAME;
export interface ProjectMcpServerConfig {
command?: string;