Skip to main content
Glama

CTS MCP Server

by EricA1019
lookaheaditerator.hโ€ข995 B
#ifndef NODE_TREE_SITTER_LOOKAHEAD_ITERATOR_H_ #define NODE_TREE_SITTER_LOOKAHEAD_ITERATOR_H_ #include "tree_sitter/api.h" #include <napi.h> namespace node_tree_sitter { class LookaheadIterator final : public Napi::ObjectWrap<LookaheadIterator> { public: static void Init(Napi::Env env, Napi::Object exports); static Napi::Value NewInstance(Napi::Env env, TSLookaheadIterator *); static LookaheadIterator *UnwrapLookaheadIterator(const Napi::Value &); explicit LookaheadIterator(const Napi::CallbackInfo &); ~LookaheadIterator() final; private: TSLookaheadIterator *iterator_; Napi::Value New(const Napi::CallbackInfo &); Napi::Value Reset(const Napi::CallbackInfo &); Napi::Value ResetState(const Napi::CallbackInfo &); Napi::Value Next(const Napi::CallbackInfo &); Napi::Value CurrentTypeId(const Napi::CallbackInfo &); Napi::Value CurrentType(const Napi::CallbackInfo &); }; } // namespace node_tree_sitter #endif // NODE_TREE_SITTER_LOOKAHEAD_ITERATOR_H_

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/EricA1019/CTS_MCP'

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