trueline-mcp 2.5.2 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/server.js +25 -25
- package/package.json +1 -1
- package/scripts/resolve-binary.cjs +35 -20
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# trueline-mcp
|
|
2
2
|
|
|
3
|
-
[](https://github.com/rjkaes/trueline-mcp/actions/workflows/ci.yml) [](LICENSE) [](https://github.com/rjkaes/trueline-mcp/actions/workflows/ci.yml) [](LICENSE) [](https://github.com/rjkaes/trueline-mcp/commits/main) [](https://www.typescriptlang.org/)
|
|
4
4
|
|
|
5
5
|
A [Model Context Protocol](https://modelcontextprotocol.io/) plugin that cuts
|
|
6
6
|
context usage and catches editing mistakes. Works with Claude Code, Gemini CLI,
|