We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vietnama10/knowledge-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
04_SELF_HEALING_CHECKLIST.md•1.05 KiB
# Self-Healing & Quality Checklist
## 1. Logic Traceability (Before Coding)
- [ ] Is every `<rule>` in Asteria mapped to a Java method in `ItemProcessor`?
- [ ] Are all data types in SQL Server matching the Asteria `TargetDB` schema?
## 2. Automated Self-Healing (During Coding)
- [ ] Action: Run `mvn test` for the newly created `ItemProcessor`.
- [ ] If FAILED: Read stack trace -> Analyze root cause -> Refactor code -> Re-run test.
- [ ] Repeat until 100% unit tests pass.
## 3. Data Integrity Review (Final Stage)
- [ ] Verification: Check the `error_report.csv` generation.
- [ ] Does the error message clearly explain WHICH business rule failed?
- [ ] Does the SQL SP handle `Table-Valued Parameters` without truncation errors?
## 4. Senior Developer Approval (Human-in-the-loop)
- [ ] AI must provide a "Change Summary" comparing old Asteria logic vs new Java logic for final human sign-off.Í›
## 4. Senior Developer Approval (Human-in-the-loop)
- [ ] AI must provide a "Change Summary" comparing old Asteria logic vs new Java logic for final human sign-off.