Search eGovFrame common components using a keyword that matches component id, name, description, or category, returning top 10 results sorted by relevance.
Assembles an AI RAG chatbot with document upload, embedding, hybrid search, and LLM response into an existing Boot project. Supports dry-run for preview.
Updates installed common components in an eGovFrame project to the latest upstream version. Preserves user modifications, backs up before overwriting, and provides a dry-run option to review changes first.
Enables AI tools to instantly scaffold eGovFrame projects using official templates, with configurable project name, groupId, database type, and template selection.
A basic starter project for building Model Context Protocol (MCP) servers that enables standardized interactions between AI systems and various data sources through secure, controlled tool implementations.
Add selected eGovFrame common components to an existing project. Copies source, mapper, JSP files including dependencies, and optional database DDL/DML without overwriting existing files. Preview with dry run.
Creates a GitHub Actions CI workflow for building and testing eGovFrame projects. Auto-detects Maven or Gradle, specifies JDK version, and supports dry run without overwriting existing files.
Scans an eGovFrame project and generates a Markdown report listing installed common components, reference tables, guide document links, and issues. Ideal for documenting assembly results or attaching to README.
Generates a new eGovFrame project skeleton from official templates, applying specified project name, groupId, and database type. Supports dry-run preview.
Diagnose assembled project integrity: confirm file presence based on install manifest and validate Globals.DbType consistency with deployed DB scripts.