UNPKG

@ariadnejs/mcp

Version:

Model Context Protocol server for Ariadne - Expose code intelligence capabilities to AI agents

10 lines 777 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSymbolContextSchema = exports.getSymbolContext = exports.startServer = void 0; var start_server_1 = require("./start_server"); Object.defineProperty(exports, "startServer", { enumerable: true, get: function () { return start_server_1.startServer; } }); // Export the new context-oriented tools var get_symbol_context_1 = require("./tools/get_symbol_context"); Object.defineProperty(exports, "getSymbolContext", { enumerable: true, get: function () { return get_symbol_context_1.getSymbolContext; } }); Object.defineProperty(exports, "getSymbolContextSchema", { enumerable: true, get: function () { return get_symbol_context_1.getSymbolContextSchema; } }); //# sourceMappingURL=index.js.map