Skip to main content
Glama

AutoDev Codebase MCP Server

by anrgct
debug-parser.js712 B
import { loadRequiredLanguageParsers } from '../../dist/index.js'; async function test() { console.log('Testing parser loading...'); const testFiles = [ '/Users/anrgct/workspace/autodev-workbench/packages/codebase/demo/config.json', '/Users/anrgct/workspace/autodev-workbench/packages/codebase/demo/hello.js', '/Users/anrgct/workspace/autodev-workbench/packages/codebase/demo/utils.py' ]; try { const parsers = await loadRequiredLanguageParsers(testFiles); console.log('Success! Loaded parsers:', Object.keys(parsers)); } catch (error) { console.error('Error loading parsers:', error.message); console.error('Stack:', error.stack); } } test().catch(console.error);

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/anrgct/autodev-codebase'

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