LearnNewsExamplesServices
Frontmatter
id7604
titleEpic: Automate MCP Server Startup and Reduce Agent Protocol
stateClosed
labels
enhancementepicai
assigneestobiu
createdAtOct 22, 2025, 1:43 PM
updatedAtOct 26, 2025, 5:16 PM
githubUrlhttps://github.com/neomjs/neo/issues/7604
authortobiu
commentsCount0
parentIssuenull
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
subIssuesCompleted8
subIssuesTotal8
blockedBy[]
blocking[]
closedAtOct 26, 2025, 5:16 PM

Epic: Automate MCP Server Startup and Reduce Agent Protocol

Closed v11.0.0 enhancementepicai
tobiu
tobiu commented on Oct 22, 2025, 1:43 PM

The current AGENTS.md file 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.md by at least 70%.

Key Initiatives

  1. Memory Core Automation:

    • The memory-core server should automatically ensure its ChromaDB instance is running on startup.
    • The server should automatically trigger the session summarization process on startup, removing the need for the agent to run npm run ai:summarize-session.
  2. Knowledge Base Automation:

    • The knowledge-base server should automatically ensure its ChromaDB instance is running on startup.
  3. Protocol Simplification:

    • Refactor AGENTS.md to remove all instructions related to manual server checks and startup procedures.
    • The agent's initialization process should be simplified to just connecting to the running servers.

Benefits

  • Reduced Agent Complexity: Drastically simplifies the agent's bootstrap process.
  • Increased Reliability: Automating these steps makes the system more robust and less prone to user or agent error.
  • Faster Session Startup: Reduces the number of commands and checks required to start a new session.
tobiu added the enhancement label on Oct 22, 2025, 1:43 PM
tobiu added the epic label on Oct 22, 2025, 1:43 PM
tobiu added the ai label on Oct 22, 2025, 1:43 PM
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