Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvadratni committed Jan 8, 2025
1 parent 108384c commit 8f39941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/goose-cli/src/commands/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pub async fn build_session<'a>(
)
.with_args(vec!["mcp", "developer"]);
let jbconfig = SystemConfig::stdio("goose").with_args(vec!["mcp", "jetbrains"]);
let jbconfig = SystemConfig::stdio("goose").with_args(vec!["mcp", "jetbrains"]);
agent
.add_system(config)
.await
Expand Down
2 changes: 1 addition & 1 deletion crates/goose-mcp/src/jetbrains/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ mod tests {
async fn test_capabilities() {
let router = get_router().await;
let capabilities = router.capabilities();
assert!(capabilities.tools);
assert!(capabilities.tools.is_some());
}
}

0 comments on commit 8f39941

Please sign in to comment.