The .github/mcp-servers.json file was created as an early attempt to define the Model Context Protocol (MCP) servers in an agent-agnostic way.
However, with the stabilization and formalization of the three core MCP servers (Knowledge Base, Memory Core, GitHub Workflow), the definitive and actively used configuration now resides in .gemini/settings.json. This file is tailored to the Gemini agent's specific startup and operational needs.
Maintaining the old mcp-servers.json file is no longer necessary and creates confusion, as it is outdated and does not reflect the current implementation. To streamline the repository and remove obsolete configuration, this file has been deleted.
Future integrations with other agents (e.g., Claude) can be handled by creating new, agent-specific configuration files as needed, rather than trying to maintain a single, generic file that doesn't fully serve any specific agent.
The
.github/mcp-servers.jsonfile was created as an early attempt to define the Model Context Protocol (MCP) servers in an agent-agnostic way.However, with the stabilization and formalization of the three core MCP servers (Knowledge Base, Memory Core, GitHub Workflow), the definitive and actively used configuration now resides in
.gemini/settings.json. This file is tailored to the Gemini agent's specific startup and operational needs.Maintaining the old
mcp-servers.jsonfile is no longer necessary and creates confusion, as it is outdated and does not reflect the current implementation. To streamline the repository and remove obsolete configuration, this file has been deleted.Future integrations with other agents (e.g., Claude) can be handled by creating new, agent-specific configuration files as needed, rather than trying to maintain a single, generic file that doesn't fully serve any specific agent.