Skip to main content
Glama

MCP Code Indexer

by zxfgds
""" 工具函数包 提供各种辅助功能的工具函数 """ # 导出主要函数,方便用户直接从包中导入 from .file_utils import ( is_binary_file, get_file_language, normalize_path, get_relative_path, read_file_content, get_file_hash ) from .embedding_utils import ( create_embeddings, cosine_similarity, normalize_embeddings, batch_encode_texts ) __all__ = [ "is_binary_file", "get_file_language", "normalize_path", "get_relative_path", "read_file_content", "get_file_hash", "create_embeddings", "cosine_similarity", "normalize_embeddings", "batch_encode_texts" ]

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/zxfgds/mcp-code-indexer'

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