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
8
9
10
11
//! Core type definitions for Foundry

pub mod edit_commands;
pub mod project;
pub mod responses;
pub mod spec;

pub use edit_commands::*;
pub use project::*;
pub use responses::*;
pub use spec::*;