Skip to main content

Module meta

Module meta 

Source
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().