Skip to main content
Glama

CTS MCP Server

by EricA1019
conversions.hโ€ข707 B
#ifndef NODE_TREE_SITTER_CONVERSIONS_H_ #define NODE_TREE_SITTER_CONVERSIONS_H_ #include "./addon_data.h" #include "tree_sitter/api.h" #include <napi.h> namespace node_tree_sitter { void InitConversions(Napi::Env env, Napi::Object exports); Napi::Object RangeToJS(Napi::Env env, const TSRange &); Napi::Object PointToJS(Napi::Env env, const TSPoint &); void TransferPoint(Napi::Env env, const TSPoint &); Napi::Number ByteCountToJS(Napi::Env env, uint32_t); Napi::Maybe<TSPoint> PointFromJS(const Napi::Value &); Napi::Maybe<uint32_t> ByteCountFromJS(const Napi::Value &); Napi::Maybe<TSRange> RangeFromJS(const Napi::Value&); } // namespace node_tree_sitter #endif // NODE_TREE_SITTER_CONVERSIONS_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