nms-copilot 0.2.0

Interactive galactic copilot for No Man's Sky — REPL with live save file updates and MCP server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! NMS Copilot library -- shared modules for the interactive REPL and MCP server.

pub mod banner;
pub mod commands;
pub mod completer;
pub mod config;
pub mod dispatch;
pub mod map;
pub mod mcp;
pub mod paths;
pub mod prompt;
pub mod session;
pub mod setup;
pub mod watch;