deepsource-mcp-server
Version:
Model Context Protocol server for DeepSource
13 lines (12 loc) • 387 B
TypeScript
/**
* @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;