Skip to content

Commit f2087d2

Browse files
committed
docs: quote pip extras install examples
1 parent 1ba02a0 commit f2087d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTEXT_PROVIDERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ When the dbt provider is active, `index_folder` returns enrichment stats:
124124
The dbt provider requires `pyyaml` for schema.yml parsing:
125125

126126
```bash
127-
pip install jcodemunch-mcp[dbt]
127+
pip install 'jcodemunch-mcp[dbt]'
128128
```
129129

130130
Without PyYAML, doc blocks are still parsed but model/column metadata from YAML files is skipped.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ See **[speedreview/README.md](speedreview/README.md)** for full setup and config
662662
Ask any question about any codebase. Get an answer in under 3 seconds.
663663
664664
```bash
665-
pip install jcodemunch-mcp[groq]
665+
pip install 'jcodemunch-mcp[groq]'
666666
export GROQ_API_KEY=gsk_...
667667
668668
# Ask about a GitHub repo (auto-indexes on first use)
@@ -685,7 +685,7 @@ Combines jCodeMunch's token-efficient retrieval (BM25 + PageRank) with Groq's 28
685685
Speak a question, hear the answer. Full audio loop: Whisper STT → retrieval → LLM → Orpheus TTS.
686686
687687
```bash
688-
pip install jcodemunch-mcp[groq-voice]
688+
pip install 'jcodemunch-mcp[groq-voice]'
689689
690690
# Voice conversation with a codebase
691691
gcm --voice --repo pallets/flask
@@ -701,7 +701,7 @@ Push-to-talk via Enter key. Caps answers to ~100 words for natural spoken delive
701701
Generate a narrated explainer video for any codebase in a single command.
702702
703703
```bash
704-
pip install jcodemunch-mcp[groq-explain]
704+
pip install 'jcodemunch-mcp[groq-explain]'
705705
706706
# Generate a 60-second narrated explainer
707707
gcm explain --repo pallets/flask -o flask-explainer.mp4

0 commit comments

Comments
 (0)