Remove now unused mcp-server crate (#4773)

This commit is contained in:
Alex Hancock
2025-09-24 10:36:09 -04:00
committed by GitHub
parent b051d11115
commit 7a704f86d0
12 changed files with 0 additions and 1128 deletions
-2
View File
@@ -119,8 +119,6 @@ fn setup_logging_internal(
let env_filter = EnvFilter::try_from_default_env().unwrap_or_else(|_| {
// Set default levels for different modules
EnvFilter::new("")
// Set mcp-server module to DEBUG
.add_directive("mcp_server=debug".parse().unwrap())
// Set mcp-client to DEBUG
.add_directive("mcp_client=debug".parse().unwrap())
// Set goose module to DEBUG