FIxes #7407
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
Feature details
- Introduces the Memory MCP server scaffold (ai/mcp/server/memory/) with Express bootstrapping, shared config, logging, JSON parsing, and Swagger UI served from the existing OpenAPI design (buildScripts/mcp/memory/openapi.yaml / learn/guides/ai/MemoryCoreMcpApi.md).
- Implements /healthcheck, verifying Chroma connectivity and returning collection metadata + uptime.
- Adds the npm launcher ai:server-memory-mcp and required devDependencies (express, swagger-ui-express, morgan, js-yaml).
Other information:
FIxes #7407
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)Feature details
Other information: