Frontmatter
| id | 7464 |
| title | MCP Server: Refine Memory Server Endpoints |
| state | Closed |
| labels | enhancementhacktoberfestai |
| assignees | Aki-07 |
| createdAt | Oct 11, 2025, 8:02 PM |
| updatedAt | Oct 13, 2025, 9:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7464 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | 7399 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 13, 2025, 9:26 PM |
MCP Server: Refine Memory Server Endpoints
tobiu assigned to @tobiu on Oct 11, 2025, 8:02 PM
tobiu added parent issue #7399 on Oct 11, 2025, 8:03 PM
tobiu cross-referenced by PR #7463 on Oct 11, 2025, 8:06 PM
tobiu unassigned from @tobiu on Oct 11, 2025, 8:45 PM
tobiu assigned to @Aki-07 on Oct 11, 2025, 8:45 PM

tobiu
Oct 11, 2025, 8:45 PM
sure.
- 2025-10-12T03:13:51Z @Aki-07 cross-referenced by PR #7466
tobiu closed this issue on Oct 13, 2025, 9:26 PM
This ticket is for polishing and refining the recently implemented memory and summary endpoints in the Memory Core MCP server. It addresses several minor points that will improve code consistency, cleanliness, and maintainability.
Acceptance Criteria
Consistent Service Method Return Structures:
queryMemoriesandquerySummariesservice methods should return aresultsproperty (e.g.,{ count: number, results: object[] }) to align with the final API response structure.Numeric Default Pagination Values:
memories.mjsandsummaries.mjsto use numeric default values forlimitandoffsetinstead of strings.Externalize
allowedCategories:allowedCategoriesarray inai/mcp/server/memory/routes/summaries.mjsshould be moved to a more centralized location, such as theconfig.mjsfile, to make it easier to manage.Agent Instructions
To work on this ticket, please start your session with the following prompt: