Remove now unused mcp-server crate (#4773)
This commit is contained in:
@@ -14,7 +14,6 @@ workspace = true
|
||||
goose = { path = "../goose" }
|
||||
mcp-core = { path = "../mcp-core" }
|
||||
goose-mcp = { path = "../goose-mcp" }
|
||||
mcp-server = { path = "../mcp-server" }
|
||||
rmcp = { workspace = true }
|
||||
schemars = "1.0"
|
||||
axum = { version = "0.8.1", features = ["ws", "macros"] }
|
||||
|
||||
@@ -57,8 +57,6 @@ pub fn setup_logging(name: Option<&str>) -> Result<()> {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user