Skip to main content

Crate nms_copilot

Crate nms_copilot 

Source
Expand description

NMS Copilot library – shared modules for the interactive REPL and MCP server.

Modules§

banner
Startup banner display for the NMS Copilot REPL.
commands
REPL command parsing – reuses clap derive for consistent argument handling.
completer
Tab completion for the NMS Copilot REPL.
config
Configuration file support for NMS Copilot.
dispatch
Command dispatch – executes REPL commands against the loaded GalaxyModel.
map
Interactive ASCII galaxy map using ratatui.
mcp
MCP server integration for NMS Copilot.
paths
Path resolution for NMS Copilot data files.
prompt
Context-aware REPL prompt.
session
Session state for the interactive REPL.
setup
Interactive setup wizard for first-time NMS Copilot configuration.
watch
Watch integration for the REPL.