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