Skip to main content
Glama
setup-python.js566 B
#!/usr/bin/env node const { spawnSync } = require('child_process'); const fs = require('fs'); const path = require('path'); const os = require('os'); // This is extracted for postinstall, but same logic as in lilfetch.js const REPO_ROOT = process.cwd(); const VENV_PATH = path.join(REPO_ROOT, '.venv'); const REQ_FILE = path.join(REPO_ROOT, 'requirements.txt'); // ... (paste the setupPython function from above, without the spawn part) function setupPython() { // (same as above) } // Run it setupPython(); console.log('Python setup complete for lilFetch!');

Latest Blog Posts

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/jphdevsf/lilfetch-mcp'

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