Frontmatter
| id | 7936 |
| title | Feat: Implement MCP Client Configuration |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 29, 2025, 11:44 PM |
| updatedAt | Nov 29, 2025, 11:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7936 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 7931 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 29, 2025, 11:46 PM |
Feat: Implement MCP Client Configuration
tobiu assigned to @tobiu on Nov 29, 2025, 11:44 PM
tobiu added parent issue #7931 on Nov 29, 2025, 11:45 PM

tobiu
Nov 29, 2025, 11:46 PM
Input from Gemini 2.5:
✦ I have implemented the MCP Client Configuration:
Deliverables Completed
- Client Configuration File: Created
ai/mcp/client/config.mjsfollowing theNeo.core.Basesingleton pattern, definingmcpServersfor various MCP server endpoints.- Client Integration: Updated
Neo.ai.mcp.client.Clientto utilize theClientConfigsingleton. It now uses aserverName_config to load command and arguments from theClientConfig.mcpServersmap.- Demo Agent Update: Modified
ai/agents/mcp-demo-agent.mjsto demonstrate loading server configurations viaserverName_instead of hardcoding connection details.
tobiu closed this issue on Nov 29, 2025, 11:46 PM
This task implements the client-side configuration system for MCP servers, allowing agents to define and load server connection details from a centralized configuration file.
Deliverables
ai/mcp/client/config.mjsfollowing theNeo.core.Basesingleton pattern. This file defines amcpServersmap for various MCP server endpoints.Neo.ai.mcp.client.Clientto utilize theClientConfigsingleton.serverName_config to specify the target server.commandandargsfrom theClientConfig.mcpServersmap.ai/agents/mcp-demo-agent.mjsto demonstrate loading server configurations viaserverName_instead of hardcoding connection details.