LearnNewsExamplesServices
Frontmatter
id7724
titleDocs: Update Agent-Agnostic MCP Config Guide for SDK Architecture
stateClosed
labels
documentationai
assigneestobiu
createdAtNov 8, 2025, 1:08 PM
updatedAtNov 8, 2025, 1:12 PM
githubUrlhttps://github.com/neomjs/neo/issues/7724
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 8, 2025, 1:12 PM

Docs: Update Agent-Agnostic MCP Config Guide for SDK Architecture

Closed v11.0.0 documentationai
tobiu
tobiu commented on Nov 8, 2025, 1:08 PM

The learn/guides/ai/AgentAgnosticMcpConfig.md guide was significantly outdated. It described a manual, agent-driven process for discovering and managing MCP servers based on the now-deleted .github/mcp-servers.json file.

This guide has been completely updated to reflect the current architecture, which relies on the @modelcontextprotocol/sdk and a client-managed lifecycle.

Key changes include:

  • New Protocol: The guide now explains the modern "Lifecycle Protocol," where the agent's client environment (e.g., Gemini CLI) is responsible for launching servers via command and args from its local configuration (e.g., .gemini/settings.json).
  • Updated Schema: The Server Definition table has been updated to be a more comprehensive, conceptual schema that includes properties like name, command, args, type, and instructions, clarifying the purpose of each.
  • SDK-First Architecture: A new "Server-Side Implementation" section has been added to explain why the client configuration can be so simple. It details the roles of StdioServerTransport, openapi.yaml for tool definitions, and the generic toolService.mjs.
  • Cleanup: All obsolete sections describing the old implementation (e.g., healthCheck objects, connection objects, manual fetch/spawn examples) have been removed to avoid confusion.
  • Content Restoration: The valuable "See Also" section with relevant links was re-added.

The updated guide now accurately represents the current, more robust, and simplified SDK-based approach to MCP server integration.

tobiu added the documentation label on Nov 8, 2025, 1:08 PM
tobiu added the ai label on Nov 8, 2025, 1:08 PM
tobiu assigned to @tobiu on Nov 8, 2025, 1:08 PM
tobiu referenced in commit 7df1992 - "Docs: Update Agent-Agnostic MCP Config Guide for SDK Architecture #7724" on Nov 8, 2025, 1:08 PM
tobiu closed this issue on Nov 8, 2025, 1:12 PM