MCP.so
登录

Coder Toolbox MCP Server

@lamemind

关于 Coder Toolbox MCP Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

lamemind

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Coder Toolbox MCP Server?

A utility toolkit designed to enhance the interaction between Claude and code, providing seamless integration tools for code analysis, manipulation, and testing workflows. It is built specifically for Java projects, offering operations on test execution logs and Java class files.

How to use Coder Toolbox MCP Server?

Configure the server in your MCP client and invoke its available tools. The server exposes tools for test log retrieval, locating, creating, and modifying Java classes with parameters such as className, sourceType, packagePath, classBody, and edit operations. Use the dryRun parameter on content replacement and deletion to preview changes without applying them.

Key features of Coder Toolbox MCP Server

  • Test execution log retrieval and analysis
  • Locate Java classes with package and source type filtering
  • Create new Java classes with proper package structure
  • Add, replace, or delete content in existing Java classes
  • Add or delete methods in Java classes
  • Add or delete constructors in Java classes

Use cases of Coder Toolbox MCP Server

  • Quickly find a Java class in a large project using package filters
  • Create a new Java class in the correct source or test directory
  • Add a method or constructor to an existing class without manual editing
  • Replace specific code snippets in multiple classes with a dry‑run preview
  • Delete outdated code from class bodies while reviewing changes

FAQ from Coder Toolbox MCP Server

What operations does Coder Toolbox MCP Server support?

It supports retrieving test execution logs, locating Java classes, creating new classes, and managing class body content (add, replace, delete) including methods and constructors.

What are the current limitations?

According to the roadmap, adding class‑level annotations, interface implementations, class inheritance, organizing imports, and code formatting are not yet implemented.

How are class names matched?

Class names are case‑sensitive. The sourceType and packagePath parameters can restrict the search to source or test directories and a specific package.

Does the server require any external dependencies?

The README does not mention any external dependencies or runtime requirements beyond the MCP protocol.

What happens when I use dryRun on content replacement or deletion?

The class_replace_body and class_delete_body tools accept an optional dryRun boolean. If true, the server returns a diff of the changes without modifying the file.

评论

其他 分类下的更多 MCP 服务器