Skip to main content
Glama

LSD MCP Server

by lsd-so
run.js602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.applyRunTool = void 0; const zod_1 = require("zod"); const lsd_1 = require("./lsd"); const applyRunTool = (server) => { server.tool("run_lsd", { code: zod_1.z.string() }, async ({ code }) => { const result = await (0, lsd_1.runLSD)(code); return { content: [ { type: "text", text: JSON.stringify(result), }, ], }; }); }; exports.applyRunTool = applyRunTool; //# sourceMappingURL=run.js.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lsd-so/internetdata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server