This ticket is for improving the project's directory structure by relocating the OpenAPI specification for the Memory Core MCP server.
As part of the "Architect AI Tooling as a Model Context Protocol (MCP)" epic, we are creating a new, dedicated home for our AI servers under ai/mcp/server/. Previously, related files, including the OpenAPI specification, were located in the buildScripts directory.
The current location for the memory server's spec (buildScripts/mcp/memory/openapi.yaml) is now outdated and decoupled from the server's source code. To improve discoverability, maintainability, and logical grouping, this specification should be moved to live directly alongside the server implementation it describes.
Acceptance Criteria
- The file
buildScripts/mcp/memory/openapi.yaml must be moved to ai/mcp/server/memory/openapi.yaml.
- The original file at
buildScripts/mcp/memory/openapi.yaml must be deleted.
- The directory
buildScripts/mcp/memory/ should be removed if it becomes empty after the move.
This ticket is for improving the project's directory structure by relocating the OpenAPI specification for the Memory Core MCP server.
As part of the "Architect AI Tooling as a Model Context Protocol (MCP)" epic, we are creating a new, dedicated home for our AI servers under
ai/mcp/server/. Previously, related files, including the OpenAPI specification, were located in thebuildScriptsdirectory.The current location for the memory server's spec (
buildScripts/mcp/memory/openapi.yaml) is now outdated and decoupled from the server's source code. To improve discoverability, maintainability, and logical grouping, this specification should be moved to live directly alongside the server implementation it describes.Acceptance Criteria
buildScripts/mcp/memory/openapi.yamlmust be moved toai/mcp/server/memory/openapi.yaml.buildScripts/mcp/memory/openapi.yamlmust be deleted.buildScripts/mcp/memory/should be removed if it becomes empty after the move.