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
- All modules within
ai/mcp/server/github-workflow/ that previously imported ../../config.mjs are updated to import ./config.mjs.
- All modules within
ai/mcp/server/knowledge-base/ that previously imported ../../config.mjs are updated to import ./config.mjs.
- All modules within
ai/mcp/server/memory-core/ that previously imported ../../config.mjs are updated to import ./config.mjs.
- The old
ai/mcp/server/config.mjs file is deleted.
This ticket tracks the final steps of the MCP server configuration refactoring. The monolithic
ai/mcp/server/config.mjshas been split into three new, server-specific configuration files:ai/mcp/server/github-workflow/config.mjsai/mcp/server/knowledge-base/config.mjsai/mcp/server/memory-core/config.mjsThis 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
ai/mcp/server/github-workflow/that previously imported../../config.mjsare updated to import./config.mjs.ai/mcp/server/knowledge-base/that previously imported../../config.mjsare updated to import./config.mjs.ai/mcp/server/memory-core/that previously imported../../config.mjsare updated to import./config.mjs.ai/mcp/server/config.mjsfile is deleted.