File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ claude
113113
114114Then 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
119119Or 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
1401401 . ** ` logicstamp_refresh_snapshot ` ** - Generate context files and create snapshot (STEP 1)
1411412 . ** ` logicstamp_list_bundles ` ** - List available bundles (STEP 2)
1421423 . ** ` logicstamp_read_bundle ` ** - Read component contracts and dependency graphs (STEP 3)
1431434 . ** ` logicstamp_compare_snapshot ` ** - Detect changes after edits
1441445 . ** ` logicstamp_compare_modes ` ** - Generate token cost comparison across all modes
1451456 . ** ` 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
148147See the [ Tool Reference] ( ../README.md#tool-reference ) in the main README for complete API documentation.
149148
You can’t perform that action at this time.
0 commit comments