Skip to main content
Glama

Cedardiff MCP Server

by th3w1zard1
tree-sitter.d.ts852 B
// Type definitions for node-tree-sitter grammar construction export interface Rule { type: string; // Other properties can be added as needed } export interface Grammar { name: string; extras?: (($: any) => any[]) | undefined; rules: Record<string, ($: any) => any>; } export type GrammarFunction = (grammar: (grammarOptions: Grammar) => Grammar) => Grammar; export function grammar(grammarOptions: Grammar): Grammar; export function seq(...rules: any[]): Rule; export function choice(...rules: any[]): Rule; export function optional(rule: any): Rule; export function repeat(rule: any): Rule; export function repeat1(rule: any): Rule; export function token(rule: any): Rule; export function field(name: string, rule: any): Rule; export function prec(value: number, rule: any): Rule; export function alias(rule: any, name: string): Rule;

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/th3w1zard1/cedarscript-mcp'

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