Expand description
Project identity constants and accessors — single source of truth for all crates.
All user-facing references to the project name, full name, or structural identifiers must derive from this module. No crate may hardcode these strings independently.
Constants§
- FULL_
NAME - Full human-readable project name.
- NAME
- Short identifier: binary name, config path prefix, log target.
- TOOL_
PREFIX - Prefix applied to all MCP tool names (e.g.
aql_query,aql_select).
Functions§
- config_
dir - Config directory relative to project root.
- schema_
file - Schema file path relative to project root, derived from
config_dir().