Frontmatter
| id | 9759 |
| title | Extract Graph Decay Factor into MCP Configuration |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 7, 2026, 5:44 PM |
| updatedAt | Apr 8, 2026, 1:03 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9759 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 7, 2026, 5:46 PM |
Extract Graph Decay Factor into MCP Configuration
Closedenhancementai
Replace the magic number
0.98used fordecayFactorin the memory core graph physics with a configuration variable. This allows end users to fine-tune the geometric decay mapping throughprocess.env.GRAPH_DECAY_FACTORor locally through their.envfiles viaconfig.mjs.