Frontmatter
| id | 7604 |
| title | Epic: Automate MCP Server Startup and Reduce Agent Protocol |
| state | Closed |
| labels | enhancementepicai |
| assignees | tobiu |
| createdAt | Oct 22, 2025, 1:43 PM |
| updatedAt | Oct 26, 2025, 5:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7604 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | 7626 Cache Viewer Permission on Server Startup 7630 docs: Update AGENTS.md to Reflect MCP Server Architecture 7631 refactor: Remove obsolete buildScripts/ai directory 7658 Refactor: Simplify Memory Core Protocol in AGENTS.md 7659 Docs: Create Self-Explanatory Tools via OpenAPI Descriptions 7660 Refine Memory Protocol: Define a "Turn" and Consolidate Sub-Turns 7661 Refine Memory Protocol: Clarify Recovery and Prevent Skipped Turns 7662 Docs: Add Communication Style Directive to AGENTS.md |
| subIssuesCompleted | 8 |
| subIssuesTotal | 8 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 26, 2025, 5:16 PM |
Epic: Automate MCP Server Startup and Reduce Agent Protocol
tobiu added sub-issue #7626 on Oct 23, 2025, 5:06 PM
tobiu cross-referenced by #7626 on Oct 23, 2025, 5:06 PM
tobiu added sub-issue #7630 on Oct 24, 2025, 11:37 AM
tobiu added sub-issue #7631 on Oct 24, 2025, 12:15 PM
tobiu cross-referenced by #7634 on Oct 24, 2025, 12:43 PM
tobiu cross-referenced by #7658 on Oct 26, 2025, 10:53 AM
tobiu added sub-issue #7658 on Oct 26, 2025, 10:53 AM
tobiu cross-referenced by #7659 on Oct 26, 2025, 10:54 AM
tobiu added sub-issue #7659 on Oct 26, 2025, 10:54 AM
tobiu added sub-issue #7660 on Oct 26, 2025, 11:21 AM
tobiu added sub-issue #7661 on Oct 26, 2025, 11:34 AM
tobiu added sub-issue #7662 on Oct 26, 2025, 12:37 PM
tobiu cross-referenced by #7664 on Oct 26, 2025, 2:53 PM
tobiu closed this issue on Oct 26, 2025, 5:16 PM
tobiu assigned to @tobiu on Oct 26, 2025, 5:16 PM
The current
AGENTS.mdfile contains a significant number of manual steps that the AI agent must perform at the beginning of each session, such as checking if servers are running and triggering summarization. This process is brittle and places a high cognitive load on the agent.This epic covers automating these startup procedures within the MCP servers themselves, with the primary goal of reducing the length and complexity of
AGENTS.mdby at least 70%.Key Initiatives
Memory Core Automation:
memory-coreserver should automatically ensure its ChromaDB instance is running on startup.npm run ai:summarize-session.Knowledge Base Automation:
knowledge-baseserver should automatically ensure its ChromaDB instance is running on startup.Protocol Simplification:
AGENTS.mdto remove all instructions related to manual server checks and startup procedures.Benefits