A
securityA
licenseA
qualityLeverages Vim's native text editing commands and workflows, which Claude already understands, to create a lightweight code assistance layer.
Last updated -
8
129
83
TypeScript
MIT License
A utility toolkit designed to enhance the interaction between Claude and code, providing seamless integration tools for code analysis, manipulation, and testing workflows.
Retrieve test execution logs from the log directory
className
(string): Name of the java class to find (case sensitive)sourceType
(string, optional): Source type to restrict the search ('source' or 'test')packagePath
(string, optional): Package path to restrict search (e.g. 'com.myself.myproject'). If specified, sourceType must also be specifiedclassName
(string): Name of the java class to create (case sensitive)sourceType
(string): The source type where to create the file ('source' or 'test')packagePath
(string): Package path where to create the class (e.g. 'com.myself.myproject')classBody
(string): The class body content to add (fields, methods, constructors, etc.)edits
: Array of edit operations, each containing:oldText
(string): Text to replacenewText
(string): New textdryRun
(boolean, optional): Preview changes without applying themtargetContent
(string): The content to delete from the class bodydryRun
(boolean, optional): Preview changes without applying themContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A utility toolkit that enhances Claude's code interaction capabilities by providing seamless tools for Java code analysis, manipulation, and testing workflows.