Skip to main content
Glama

AutoDev Codebase MCP Server

by anrgct
lua.ts1.07 kB
/* Supported Lua structures: - function definitions (global, local, and method) - table constructors - variable declarations - class-like structures */ export default String.raw` ; Function definitions (function_definition_statement name: (identifier) @name.definition.function) @definition.function (function_definition_statement name: (variable table: (identifier) field: (identifier) @name.definition.method)) @definition.method (local_function_definition_statement name: (identifier) @name.definition.function) @definition.function ; Table constructors (class-like structures) (local_variable_declaration (variable_list (variable name: (identifier) @name.definition.table)) (expression_list value: (table))) @definition.table ; Variable declarations (variable_assignment (variable_list (variable name: (identifier) @name.definition.variable))) @definition.variable ; Local variable declarations (local_variable_declaration (variable_list (variable name: (identifier) @name.definition.variable))) @definition.variable `

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