Improve release changelog and fix MCP port

Generate structured changelogs from completed stories instead of raw
commit messages. Group by features, bug fixes, and refactors. Filter
out story-kit automation commits.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-03-17 16:42:48 +00:00
parent 8defd5c671
commit e74c370c7e
3 changed files with 81 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
"mcpServers": {
"story-kit": {
"type": "http",
"url": "http://localhost:3010/mcp"
"url": "http://localhost:3001/mcp"
}
}
}