#!/usr/bin/env node
/**
 * @fileoverview DeepSource MCP Server for integrating DeepSource with Model Context Protocol.
 * This module exports MCP server functions for DeepSource API integration.
 * @packageDocumentation
 */
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
/**
 * The main MCP server instance
 * @public
 */
export declare const mcpServer: McpServer;
