Mozisu MCP Server is a Go-based implementation that provides character counting functionality for text, with special handling for multi-byte characters like Japanese text and emojis. The server processes both total character count and non-whitespace character count, returning structured results through a clean API. Built with performance in mind, it uses Go's unicode package for accurate character classification and offers configurable server settings through JSON configuration. This implementation is particularly useful for applications requiring accurate text metrics across different languages and character sets.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Count the number of characters in a given text. This function can handle multi-byte characters, including Japanese and emojis.