LearnNewsExamplesServices
Frontmatter
id7598
titleFinalize MCP Server Config Refactoring
stateClosed
labels
enhancementairefactoring
assigneestobiu
createdAtOct 22, 2025, 10:49 AM
updatedAtOct 22, 2025, 11:01 AM
githubUrlhttps://github.com/neomjs/neo/issues/7598
authortobiu
commentsCount0
parentIssue7590
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 22, 2025, 11:01 AM

Finalize MCP Server Config Refactoring

Closed v11.0.0 enhancementairefactoring
tobiu
tobiu commented on Oct 22, 2025, 10:49 AM

This ticket tracks the final steps of the MCP server configuration refactoring. The monolithic ai/mcp/server/config.mjs has been split into three new, server-specific configuration files:

  • ai/mcp/server/github-workflow/config.mjs
  • ai/mcp/server/knowledge-base/config.mjs
  • ai/mcp/server/memory-core/config.mjs

This task is to update all server-side modules to import from their respective new config files and then to remove the old, monolithic config.

Acceptance Criteria

  1. All modules within ai/mcp/server/github-workflow/ that previously imported ../../config.mjs are updated to import ./config.mjs.
  2. All modules within ai/mcp/server/knowledge-base/ that previously imported ../../config.mjs are updated to import ./config.mjs.
  3. All modules within ai/mcp/server/memory-core/ that previously imported ../../config.mjs are updated to import ./config.mjs.
  4. The old ai/mcp/server/config.mjs file is deleted.
tobiu assigned to @tobiu on Oct 22, 2025, 10:49 AM
tobiu added parent issue #7590 on Oct 22, 2025, 10:49 AM
tobiu added the enhancement label on Oct 22, 2025, 10:49 AM
tobiu added the ai label on Oct 22, 2025, 10:49 AM
tobiu added the refactoring label on Oct 22, 2025, 10:49 AM
tobiu referenced in commit 501b28e - "Finalize MCP Server Config Refactoring #7598" on Oct 22, 2025, 10:50 AM
tobiu closed this issue on Oct 22, 2025, 11:01 AM