Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the functionality of timestamps #367

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

XroSilence
Copy link

@XroSilence XroSilence commented Dec 17, 2024

This is to assist Claude with several basic aspects of memory, including chronology of observations, the ability to spot patterns with respect to time and just aligns with basic memory utility in my view.

Description

Server Details

Added timestamping for Claude

  • Server: Memory server
  • Changes to: Observations with

Motivation and Context

I was about to use the memory server for personal use, but I noticed Claude had no way to place the observations relative to time, this got me thinking how important the variable of time is with respect to memory, so hopefully there are others who agree that this is a productive and helpful change.

How Has This Been Tested?

I battle tested this with Claude by engaging in thoughtful conversation and observed his memory file, he makes good use of the timekeeping as well as the observations

Breaking Changes

No breaking changes!!

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Screenshot 2024-12-17 094934
There was also one tiny error I
corrected in the readme, a series of lettered points used 'b)' twice in a row, so now its a 'c)'.

This is to assist Claude with several basic aspects of memory, including chronology of observations, the ability to spot patterns with respect to time and just aligns with basic memory utility in my view.
@XroSilence
Copy link
Author

Details

The changes primarily add new functionality for timestamping observations and do not alter existing features.

@dsp-ant dsp-ant requested a review from ItsBarryZ December 20, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant