Frontmatter
| id | 7856 |
| title | Polish Knowledge Base Guide: Config Details & Storytelling |
| state | Closed |
| labels | documentationenhancement |
| assignees | tobiu |
| createdAt | Nov 22, 2025, 10:12 AM |
| updatedAt | Nov 22, 2025, 10:23 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7856 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 22, 2025, 10:23 AM |
Polish Knowledge Base Guide: Config Details & Storytelling
tobiu assigned to @tobiu on Nov 22, 2025, 10:12 AM

tobiu
Nov 22, 2025, 10:21 AM
Input from Gemini 2.5 pro:
✦ I have finalized the Knowledge Base MCP Server guide (
learn/guides/mcp/KnowledgeBase.md).Changes:
- Added Custom Configuration Section: Explicitly documented how to load custom config files using the
-cflag.- Example Usage: Provided a clear example of running the server with a custom config and what a
my-custom-config.mjsfile looks like.- Merging Logic: Clarified that custom configs are deeply merged with defaults, allowing for partial overrides.
- Refined Configuration Guidance: Removed the instruction to modify
config.mjsdirectly, promoting the safer custom file approach.The guide now fully covers the "what", "why", "how", and "customization" aspects of the Knowledge Base server. Closing this ticket.
tobiu closed this issue on Nov 22, 2025, 10:23 AM
Follow-up polish for
@learn/guides/mcp/KnowledgeBase.md.Goals:
queryScoreWeightsinconfig.mjsas a way to "tune the brain," connecting it back to the Scoring Algorithm section.Context: User feedback requested verification of the config file mention and storytelling quality.