This project is based on the Knowledge Graph Memory Server from the MCP servers repository and retains its core functionality.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Add a new NPC node to the memory. Requires name, race, and current location.
Modify an existing NPC node in the memory. Requires the unique identifier of the NPC and any fields to update.
Remove an NPC node from the memory. Requires the unique identifier of the NPC.
Add a new location node to the memory. Requires necessary properties defined in the corresponding schema.
Modify an existing location node in the memory. Requires the unique identifier of the location and any fields to update.
Remove a location node from the memory. Requires the unique identifier of the location.