Frontmatter
| id | 8766 |
| title | Enhance buildScripts README with Server, AI, and Internal CLI References |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Jan 17, 2026, 9:07 PM |
| updatedAt | Jan 17, 2026, 9:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8766 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 17, 2026, 9:09 PM |
Enhance buildScripts README with Server, AI, and Internal CLI References
tobiu assigned to @tobiu on Jan 17, 2026, 9:07 PM

tobiu
Jan 17, 2026, 9:08 PM
Input from Gemini 3 Pro:
✦ I have updated
buildScripts/README.mdto include:
- Essential Commands: Added
npm run server-startas the primary development command.- Advanced Tools: Documented
npm run ai:mcp-clientfor CLI-based MCP testing.- Manual AI Servers: Added documentation for manually starting the Knowledge Base, Memory Core, and Neural Link servers.
- Internal Infrastructure: Added a section listing the
ai:mcp-server-*scripts to clarify their role as internal entry points.The changes have been pushed to the
devbranch.
tobiu closed this issue on Jan 17, 2026, 9:09 PM
Update
buildScripts/README.mdto achieve a complete DX reference:server-start: Document the primary dev server command.ai:server,ai:server-memory,ai:server-neural-link.ai:mcp-client: Document usage of the CLI debugging tool.ai:mcp-server-*scripts to clarify their purpose and reduce confusion.