docs(agentverse-memory): point skill at canonical 'mem' CLI + /mcp onboarding fix#34
Merged
Merged
Conversation
…tcha The bash 'mem' CLI now lives canonically in fetchai/agentverse-memory under cli/ (with a 'mem doctor' self-test and CI regression tests). Reference it from here instead of inlining, so onboarding fixes (#88/#90/#91/#93) can't regress. - Add section 8b: install the canonical mem + mem-env.sh from raw.githubusercontent, set AM_BASE_URL (MEM_URL derived as $AM_BASE_URL/mcp), run 'mem doctor' first. - Add a prominent onboarding warning: JSON-RPC must POST to /mcp, not the base URL. - allowed-tools: add Bash(mem *); bump last-updated to 2026-06-10.
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.
Supports umbrella fetchai/agentverse-memory#94 (external-adopter silent-failure DX chain).
The bash
memCLI +mem-env.shpreviously had no canonical home (adopters inlined their own, which carried the${N:-{}}brace bug and aMEM_URLmissing/mcp). They now live canonically infetchai/agentverse-memory/cli/with amem doctorself-test and CI regression tests.This PR makes the skill pull from that canonical source instead of inlining, so the onboarding fixes can't regress:
mem+mem-env.shfromraw.githubusercontent, setAM_BASE_URL(MEM_URLis derived as$AM_BASE_URL/mcp), and runmem doctorfirst./mcp, not the base URL.allowed-tools: addBash(mem *); bumplast-updated.No change to the Python client (
memory_client.pyalready appends/mcpcorrectly).