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).