Conversation
main <- staging
main <- staging
main <- staging
main <- staging
Update README.md
…r login Two fixes to the stdio MCP login flow, both surfaced while connecting MCP clients to Walrus Memory. - login.ts: the localhost callback listener now echoes Access-Control-Allow-Private-Network: true on the CORS preflight when the browser asks for it. Chrome Private Network Access blocks a fetch from an HTTPS public page (memory.walrus.xyz) to 127.0.0.1 unless the listener grants it, so on-chain registration succeeded but credentials never reached the CLI (the 'did not accept the callback' error). - auth-required.ts / bridge.ts / index.ts: when memwal_login writes credentials mid-session, the auth-required server now detects them on the next tool call and hands off to the bridge IN THE SAME PROCESS, replaying the request that triggered the handoff. Removes the second client restart (the 'double reboot'). - bump package version to 0.0.4 for publish.
Spawns the built MCP with an empty HOME (auth-required mode), asserts memwal_recall returns the not-signed-in instruction, writes a valid credentials.json mid-process (what the login callback does), then asserts the next memwal_recall is served for real against a mock relayer — no process restart. Adds an npm test script wired to node --test.
- test.yml: add a 'MCP / Integration (login handoff)' job that runs the node:test suite on every pull_request/push to main/staging/dev, matching the chatbot/server e2e pattern already in the workflow. - release-mcp.yml: run the same suite after build, before publish, so the package is never shipped without the hot-handoff/callback e2e passing. - package.json: test script uses tsc directly (no nested npm) so it runs cleanly under pnpm --filter.
# Conflicts: # packages/mcp/package.json
Mirror the entry across packages/mcp/CHANGELOG.md and docs/mcp/changelog.mdx (same pattern as #238): PNA loopback callback fix + auth-required credential reload (no second restart).
Fix/mcp login flow
Codex/walrus upload hotfix
…kill Codex/simplify memwal setup skill
jasong-03
approved these changes
Jun 5, 2026
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.
No description provided.