[go: up one dir, main page]

forge-core-server 0.8.7-rc.35

HTTP server for Forge - REST API, WebSocket streaming, and MCP integration
Documentation
1
2
3
4
5
6
7
8
9
pub mod error;
pub mod mcp;
pub mod middleware;
pub mod routes;

// #[cfg(feature = "cloud")]
// type DeploymentImpl = automagik_forge_cloud::forge_core_deployment::CloudDeployment;
// #[cfg(not(feature = "cloud"))]
pub type DeploymentImpl = forge_core_local_deployment::LocalDeployment;