chore: rename to @agentage/server-memory + server config params#7
Merged
Conversation
…vault, vaultsDir, readonly, scope)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renames the package + bin + repo to @agentage/server-memory (mirrors @modelcontextprotocol/server-memory) and depends on the published @agentage/memory-core@^0.1.0 (no more file: link).
Server config params (env, for the mcp.json env block):
AGENTAGE_VAULTS_DIR- autodiscover every subfolder as a vault (zero-config)AGENTAGE_VAULT- serve only one vaultAGENTAGE_SCOPE- local|remote (default local)AGENTAGE_READONLY- expose only search/read/listAlso: bin renamed to
agentage-server-memory, repository field for provenance, pr-validation simplified (npm resolves the published dep - no sibling checkout), in-repo e2e no longer builds the sibling. Published 0.0.1; old @agentage/mcp-memory deprecated. verify green.