You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#/usr/bin/env bash
nvm install
nvm use
pnpm install -D
# https://github.com/redis/node-redis/blob/9ea260f/packages/client/lib/client/index.ts#L33# replace `redis[s]://[[username][:password]@][host][:port][/db-number]` with your actual `REDIS_URL`echo"REDIS_URL=\"redis[s]://[[username][:password]@][host][:port][/db-number]\""> .env.local
pnpm build
pnpm dev
in another terminal, run:
#/usr/bin/env bash
nvm install
nvm use
# no need to globally install mcp sdk because I# rolled it into the dev dependencies# npm i -g @modelcontextprotocol/sdk@latest
pnpm test:client http://localhost:3000