The current README.md mentions the three MCP servers but does not explicitly link to the new CodeExecution guide, which is a key part of the Agent OS architecture.
Task:
Enhance the "The AI-Native Development Platform" section in README.md to:
- Update the descriptions of the 3 servers to link to their respective new guides:
learn/guides/mcp/KnowledgeBase.md
learn/guides/mcp/MemoryCore.md
learn/guides/mcp/GitHubWorkflow.md
- Add a new point/paragraph about "Code Execution" (The "Thick Client" pattern), linking to
learn/guides/mcp/CodeExecution.md.
- Ensure all links use the absolute GitHub URL format (e.g.,
https://github.com/neomjs/neo/blob/dev/...) to work correctly on npm and other mirrors.
Example of desired structure:
- 🧠 The Knowledge Base Server: ... Read Guide
- 💾 The Memory Core Server: ... Read Guide
- 🤖 The GitHub Workflow Server: ... Read Guide
- ⚡️ Code Execution (The "Thick Client"): ... Read Guide
The current README.md mentions the three MCP servers but does not explicitly link to the new
CodeExecutionguide, which is a key part of the Agent OS architecture.Task: Enhance the "The AI-Native Development Platform" section in
README.mdto:learn/guides/mcp/KnowledgeBase.mdlearn/guides/mcp/MemoryCore.mdlearn/guides/mcp/GitHubWorkflow.mdlearn/guides/mcp/CodeExecution.md.https://github.com/neomjs/neo/blob/dev/...) to work correctly on npm and other mirrors.Example of desired structure: