foundry-mcp 0.7.1

A comprehensive CLI tool and MCP server for deterministic project management and AI coding assistant integration
Documentation
1
2
3
4
5
6
7
//! CLI command definitions and routing

pub mod args;
pub mod commands;

pub use args::*;
pub use commands::*;