deepsource-mcp-server
Version:
Model Context Protocol server for DeepSource
17 lines (16 loc) • 630 B
TypeScript
/**
* @fileoverview Enhanced MCP server setup with automatic tool discovery
*
* @deprecated This file is deprecated. Tool discovery functionality has been
* integrated into the main server and can be enabled via the FEATURE_TOOL_DISCOVERY
* environment variable. Please use src/index.ts instead.
*
* Migration guide:
* - Set FEATURE_TOOL_DISCOVERY=true to enable tool discovery
* - Import DeepSourceMCPServer from index.ts
* - See MIGRATION.md for detailed migration instructions
*/
/**
* Initializes and runs the enhanced MCP server with tool discovery
*/
export declare function runEnhancedServer(): Promise<void>;