mirror of
https://github.com/duthaho/claudekit.git
synced 2026-08-01 17:27:45 +03:00
feat: Integrate MCP servers for enhanced capabilities
This commit is contained in:
@@ -120,3 +120,25 @@ After generating the index, inform the user:
|
||||
2. Number of files indexed
|
||||
3. Key components discovered
|
||||
4. Suggest using `/load` to load specific components into context
|
||||
|
||||
## MCP Integration
|
||||
|
||||
This command leverages MCP servers for enhanced indexing:
|
||||
|
||||
### Filesystem - Project Scanning (Primary)
|
||||
```
|
||||
ALWAYS use Filesystem for project scanning:
|
||||
- Use directory_tree for full structure view
|
||||
- Use list_directory for targeted exploration
|
||||
- Use search_files to find specific patterns
|
||||
- Use get_file_info for file metadata
|
||||
```
|
||||
|
||||
### Memory - Project Knowledge
|
||||
```
|
||||
Store project structure in knowledge graph:
|
||||
- Create entities for key modules
|
||||
- Store component relationships
|
||||
- Recall structure in future sessions
|
||||
- Build project understanding over time
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user