Skip to content

Commit a402eb0

Browse files
authored
fix(docs): update quickstart guide for React/TypeScript and correct tool count (#23)
1 parent 3d218cd commit a402eb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/quickstart.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ claude
113113

114114
Then ask Claude to analyze your project:
115115
```
116-
Can you analyze my React project using LogicStamp?
116+
Can you analyze my React/TypeScript project using LogicStamp?
117117
```
118118

119119
Or paste the [startup ritual](startup-ritual.md) message first.
@@ -135,15 +135,14 @@ The AI will automatically use the LogicStamp tools to analyze your codebase.
135135

136136
## 5. Available Tools
137137

138-
The MCP server provides 7 tools for analyzing codebases:
138+
The MCP server provides 6 tools for analyzing codebases:
139139

140140
1. **`logicstamp_refresh_snapshot`** - Generate context files and create snapshot (STEP 1)
141141
2. **`logicstamp_list_bundles`** - List available bundles (STEP 2)
142142
3. **`logicstamp_read_bundle`** - Read component contracts and dependency graphs (STEP 3)
143143
4. **`logicstamp_compare_snapshot`** - Detect changes after edits
144144
5. **`logicstamp_compare_modes`** - Generate token cost comparison across all modes
145145
6. **`logicstamp_read_logicstamp_docs`** - Read LogicStamp documentation (use when confused)
146-
7. **`logicstamp_watch_status`** - Check if watch mode is active (skip regeneration when context is fresh)
147146

148147
See the [Tool Reference](../README.md#tool-reference) in the main README for complete API documentation.
149148

0 commit comments

Comments
 (0)