Frontmatter
| id | 7522 |
| title | Refactor Memory Core OpenAPI for MCP |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 17, 2025, 1:24 PM |
| updatedAt | Oct 17, 2025, 1:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7522 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7520 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 17, 2025, 1:52 PM |
This ticket involves refactoring the existing
openapi.yamlfrom its RESTful structure to a flat,operationId-driven format suitable for an MCP server. Each REST endpoint will be translated into a distinct tool.Acceptance Criteria
openapi.yamlinai/mcp/server/memory-core/is updated.operationId(e.g.,add_memory,query_summaries).pathsobject is flattened, removing the RESTful URL structure.