frigg 0.5.0

Local-first MCP server for code understanding.
Documentation
1
2
3
4
5
6
//! `go_to_definition` and `find_declarations` location-oriented navigation tools.

use super::*;

#[path = "location/go_to_definition.rs"]
mod go_to_definition;