Name | Modified | Size | Downloads / 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
- feat(mcp): support CLI flags with --mcp option by @azu in https://github.com/textlint/textlint/pull/1634
Testing
- refactor(mcp): improve test structure and add configuration options by @azu in https://github.com/textlint/textlint/pull/1630
- test(mcp): add comprehensive tests for createStructuredErrorResponse by @azu in https://github.com/textlint/textlint/pull/1633
CI
- chore(deps): update github/codeql-action action to v3.29.1 by @renovate in https://github.com/textlint/textlint/pull/1628
Dependency Updates
- fix(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1626
- fix(deps): update dependency @babel/core to ^7.27.7 by @renovate in https://github.com/textlint/textlint/pull/1627
- chore(deps): update dependency @eslint/js to ^9.30.0 by @renovate in https://github.com/textlint/textlint/pull/1629
- chore(deps): update patch updates (patch) by @renovate in https://github.com/textlint/textlint/pull/1631
Full Changelog: https://github.com/textlint/textlint/compare/v15.1.1...v15.2.0