feat: initialize loyalty-mcp-server module with foundational DTOs, criteria, enums, and MCP tool infrastructure

This commit is contained in:
SonPhung
2026-07-19 23:54:26 +07:00
parent cda93365ca
commit 2de63d0bad
178 changed files with 5707 additions and 73 deletions

21
.codegraph/.gitignore vendored
View File

@@ -1,16 +1,5 @@
# CodeGraph data files
# These are local to each machine and should not be committed
# Database
*.db
*.db-wal
*.db-shm
# Cache
cache/
# Logs
*.log
# Hook markers
.dirty
# CodeGraph data files — local to each machine, not for committing.
# Ignore everything in .codegraph/ except this file itself, so transient
# files (the database, daemon.pid, sockets, logs) never show up in git.
*
!.gitignore