Skip to main content
Glama

AutoDev Codebase MCP Server

by anrgct
html.ts1.13 kB
export default ` ; Document structure (document) @definition.document ; Elements with content (element (start_tag (tag_name) @name.definition) (#not-eq? @name.definition "script") (#not-eq? @name.definition "style")) @definition.element ; Script elements (script_element (start_tag (tag_name) @name.definition)) @definition.script ; Style elements (style_element (start_tag (tag_name) @name.definition)) @definition.style ; Attributes (attribute (attribute_name) @name.definition) @definition.attribute ; Comments (comment) @definition.comment ; Text content (text) @definition.text ; Raw text content (raw_text) @definition.raw_text ; Void elements (self-closing) (element (start_tag (tag_name) @name.definition) (#match? @name.definition "^(area|base|br|col|embed|hr|img|input|link|meta|param|source|track|wbr)$")) @definition.void_element ; Self-closing tags (self_closing_tag (tag_name) @name.definition) @definition.self_closing_tag ; Doctype declarations (doctype) @definition.doctype ; Multiple elements (parent with children) (element (element)+) @definition.nested_elements `

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