Skip to main content
Glama

AutoDev Codebase MCP Server

by anrgct
inspectZig.test.ts650 B
import { describe, it, expect } from "@jest/globals" import { testParseSourceCodeDefinitions, inspectTreeStructure } from "./helpers" import { sampleZig } from "./fixtures/sample-zig" import { zigQuery } from "../queries" describe("Zig Tree-sitter Parser", () => { it("should inspect tree structure", async () => { await inspectTreeStructure(sampleZig, "zig") }) it("should parse source code definitions", async () => { const result = await testParseSourceCodeDefinitions("file.zig", sampleZig, { language: "zig", wasmFile: "tree-sitter-zig.wasm", queryString: zigQuery, extKey: "zig", }) expect(result).toBeDefined() }) })

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