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:
parent
b5caedf786
commit
acab81de11
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue