tfmcp 0.2.2

Terraform Model Context Protocol Tool - A CLI tool to manage Terraform through MCP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod batch;
pub mod cache;
pub mod client;
pub mod fallback;
pub mod policy;
pub mod provider;
pub mod types;

pub use batch::BatchFetcher;
pub use cache::{CacheManager, SimpleCache};
pub use client::{ProviderInfo, RegistryClient, RegistryError};
pub use fallback::RegistryClientWithFallback;
pub use policy::PolicyClient;
pub use provider::ProviderResolver;