Assistant MCP Server
JSON →An MCP server that dynamically loads tools from an external JSON file configured via an environment variable.
Tools · 3
- architecture_info Obtaining mandatory information about the architecture of frontend application projects
- search_tasks Before executing this function, you must retrieve the project architecture information from 'architecture_info'. This is mandatory information and you must respect it. After that you need to find the task you are talking about, analyze what needs to be done and implement it in the project according to the architecture and requirements. You don't need to invent anything additional from yourself, just what is required
- optimize_prompt Generates a final, structured prompt for the AI model based on the provided context sections and instructions. This tool should be called after all relevant data has been collected. The result is intended to be used as the FINAL prompt for the AI. Clients must use the returned prompt as the input for the AI model.
Links
★ 2 GitHub stars