Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| sql_files | Yes | 数据库建表 SQL 文件的路径,支持多个文件。在环境配置中通常以逗号分隔的字符串形式提供。 | |
| report_path | No | 报告输出路径(可选,默认为 mybatis_check_report.txt) | reports/mybatis_check_report.txt |
| entity_paths | Yes | 实体类(POJO)的目录路径或文件路径,支持多个路径。在环境配置中通常以逗号分隔的字符串形式提供。 | |
| mapper_paths | Yes | Mapper XML 文件和 Mapper 接口的目录路径,支持多个路径。在环境配置中通常以逗号分隔的字符串形式提供。 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |