Frontmatter
| id | 7503 |
| title | Scaffold Knowledge Base MCP Server |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 16, 2025, 12:00 PM |
| updatedAt | Oct 16, 2025, 12:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7503 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7501 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 16, 2025, 12:12 PM |
This ticket covers the initial scaffolding of the new AI Knowledge Base MCP server. The goal is to create the basic file structure and entry point for the server, consistent with the pattern established by the
github-workflowMCP server.Acceptance Criteria
ai/mcp/server/knowledge-base/is created.mcp-stdio.mjsentry point file is created inside the directory, containing the boilerplate for an MCP server.services/subdirectory is created.toolService.mjsfile is created withinservices/, containing placeholderlistToolsandcallToolfunctions..gemini/settings.jsonto register it with the CLI.