Download Latest Version v15.2.1 source code.tar.gz (3.3 MB)
Email in envelope

Get an email when there's a new version of textlint

Home / v15.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-06 2.0 kB
v15.2.0 source code.tar.gz 2025-07-06 3.3 MB
v15.2.0 source code.zip 2025-07-06 4.0 MB
Totals: 3 Items   7.3 MB 6

What's Changed

🎉 MCP (Model Context Protocol) Enhancements

New: CLI Flag Support with --mcp Starting with v15.2.0, you can now combine the --mcp flag with other CLI arguments for enhanced flexibility:

:::bash
# Use specific config with MCP server
npx textlint --mcp --config .textlintrc.dev.json

# Combine with quiet mode 
npx textlint --mcp --quiet

# Multiple options together
npx textlint --mcp --config .textlintrc.dev.json --quiet --ignore-path .textlintignore.dev

Supported CLI Flags: - --config <path>: Custom configuration file - --ignore-path <path>: Custom .textlintignore file
- --quiet: Report errors only - --rules-base-directory <path>: Custom node_modules directory

📖 Documentation: https://textlint.org/docs/mcp

Features

Testing

CI

Dependency Updates

Full Changelog: https://github.com/textlint/textlint/compare/v15.1.1...v15.2.0

Source: README.md, updated 2025-07-06