Avelon Memory Crystal Server (AMCS)
AMCS is a memory server that captures, links, and retrieves structured project thoughts for AI assistants using semantic search, summaries, and MCP tools.
Recent access
`) if len(data.Entries) == 0 { b.WriteString(`No authenticated access recorded yet.
`) } else { b.WriteString(`| Principal | Last accessed | Last path | Requests |
|---|---|---|---|
` + html.EscapeString(entry.KeyID) + ` |
` + html.EscapeString(entry.LastAccessedAt.UTC().Format(time.RFC3339)) + ` | ` + html.EscapeString(entry.LastPath) + ` | ` + fmt.Sprintf("%d", entry.RequestCount) + ` |