This commit is contained in:
Harivansh Rathi 2026-02-15 15:46:45 -05:00
parent 06bd32fb72
commit 0531ec67f4
2 changed files with 4 additions and 1 deletions

View file

@ -64,7 +64,9 @@
"context7": { "context7": {
"type": "http", "type": "http",
"url": "https://mcp.context7.com/mcp", "url": "https://mcp.context7.com/mcp",
"headers": {} "headers": {
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY}"
}
} }
} }
} }

View file

@ -15,6 +15,7 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:" export MANPATH="/opt/homebrew/share/man${MANPATH+:$MANPATH}:"
export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}" export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"
[[ -f ~/.secrets ]] && source ~/.secrets
export PATH="/Users/rathi/.local/bin:$PATH" export PATH="/Users/rathi/.local/bin:$PATH"