A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Counts words and characters in a text document. Parameters: filePath (string, required) - Path to the text file to analyze. Returns: Word count, Character count (including spaces), Character count (excluding spaces).