Skip to main content
Glama

LLM Researcher

by Code-Hex
tsup.config.ts606 B
import { defineConfig } from 'tsup'; export default defineConfig([ // Library build { entry: ['src/index.ts'], format: ['esm'], dts: true, clean: true, sourcemap: true, target: 'node20', outDir: 'dist', }, // CLI binary build { entry: ['src/bin.ts'], format: ['esm'], clean: false, sourcemap: true, target: 'node20', outDir: 'dist/bin', outExtension() { return { js: '.js' }; }, banner: { js: '#!/usr/bin/env node' }, onSuccess: 'chmod +x dist/bin/bin.js && mv dist/bin/bin.js dist/bin/llmresearcher.js' } ]);

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/Code-Hex/light-research-mcp'

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