@@ -37,7 +37,7 @@ AI tools can access external services (JIRA, Confluence, GitHub) via MCP configu
37374 . ** Verify your setup:**
3838 ``` bash
3939 # For Augment users:
40- auggie --mcp-config mcp.json " go over all my mcp tools and make sure they work as expected"
40+ npx @augmentcode/ auggie --mcp-config mcp.json " go over all my mcp tools and make sure they work as expected"
4141 ```
4242
4343### Available MCP Services
@@ -137,7 +137,7 @@ yarn prettier:fix # Fix formatting
137137
138138## Redis-Specific Context
139139
140- - Support all Redis data types: String, Hash, List, Set, Sorted Set, Stream, JSON
140+ - Support all Redis data types: String, Hash, List, Set, Sorted Set, Vector Set, Stream, JSON
141141- Handle Redis modules: RedisJSON, RediSearch, RedisTimeSeries, RedisGraph
142142- Connection types: Standalone, Cluster, Sentinel
143143- Features: Workbench, Data Browser, Profiler, SlowLog, Pub/Sub
@@ -158,7 +158,7 @@ When helping with RedisInsight development:
158158
159159### DON'T:
160160
161- - ❌ Use ` console.log ` (use proper logging)
161+ - ❌ Use ` console.log `
162162- ❌ Add unnecessary comments
163163- ❌ Ignore linting errors
164164- ❌ Skip tests
0 commit comments