@mukundakatta/wrap-mcp
v0.1.0
Published
MCP server: word-wrap text at a configurable column width.
Maintainers
Readme
wrap-mcp
MCP server: word-wrap text at a column width. Existing newlines are preserved (treated as paragraph breaks). No deps.
Tool
wrap
{ "text": "one two three four five", "width": 10 }→
one two
three four
fivebreak_long_words (default true) controls whether words longer than width get split mid-token or left whole.
Configure
{ "mcpServers": { "wrap": { "command": "npx", "args": ["-y", "@mukundakatta/wrap-mcp"] } } }License
MIT.
