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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Counts the number of characters in a text, including spaces. Can be used via the MCP server.
A command-line tool to count characters in a given text. Usage: ./bin/charcount 'text to count'.
Runs a web server for character counting. Access it via a browser at http://localhost:8080.