Skip to main content
Glama

GemForge-Gemini-Tools-MCP

check-xml.js431 B
import { readFileSync } from 'fs'; const xml = readFileSync('repomix-src.xml', 'utf8'); console.log(xml.includes('handlers/code.ts') ? 'XML OK' : 'XML borked'); console.log(`XML length: ${xml.length} chars`); console.log(`Directory structure section: ${xml.includes('<directory_structure>') ? 'Found' : 'Missing'}`); console.log(`Sample file paths: ${xml.match(/<file path="([^"]+)">/g)?.slice(0, 5).join(', ') || 'None found'}`);

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/PV-Bhat/GemForge-MCP'

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