Skip to main content
Glama

mcp-server-tree-sitter

by wrale
MIT License
175
  • Apple
  • Linux
apl.py867 B
"""Query templates for APL language.""" TEMPLATES = { "functions": """ (function_definition name: (identifier) @function.name body: (block) @function.body) @function.def """, "namespaces": """ (namespace_declaration name: (identifier) @namespace.name) @namespace.def """, "variables": """ (assignment left: (identifier) @variable.name) @variable.def """, "imports": """ (import_statement module: (identifier) @import.module) @import """, "operators": """ (operator_definition operator: (_) @operator.sym body: (block) @operator.body) @operator.def """, "classes": """ (class_definition name: (identifier) @class.name body: (block) @class.body) @class.def """, }

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/wrale/mcp-server-tree-sitter'

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