This project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Add a new NPC (non-player character) to the memory. Requires parameters: name (string), race (string from specified options), currentLocation (string).
Modify an existing NPC in the memory. Requires parameters: name (string), updated properties (varies based on schema).
Remove an NPC from the memory. Requires parameter: name (string).
Add a new location to the memory. Requires parameters: name (string), description (string), related entities (optional).
Modify an existing location in the memory. Requires parameters: name (string), updated properties (varies based on schema).
Remove a location from the memory. Requires parameter: name (string).