Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ yarn-error.log

.vscode/*
!.vscode/settings.json

.claude/settings.local.json
10 changes: 10 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mcpServers": {
"rust-analyzer": {
"command": "rust-analyzer-mcp"
},
"crates": {
"command": "crates-mcp"
}
}
}
6 changes: 6 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ Treat these rules as **mandatory guidance** that you must follow for all code ch
# Code Formatting

**ALWAYS** run `cargo fmt` before committing any Rust code changes to ensure consistent formatting across the codebase.

# Rust Documentation

Use rust-analyzer-mcp for local code (hover, definitions, diagnostics at file positions).
Use crates-mcp for external crate docs.
Never use WebFetch for docs.rs or crates.io when these MCPs are available.