Skip to content

Commit 2391800

Browse files
committed
enables list changed for prompts and tools
1 parent 6dbca6c commit 2391800

File tree

4 files changed

+252
-177
lines changed

4 files changed

+252
-177
lines changed

crates/chat-cli/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg(not(test))]
12
//! This lib.rs is only here for testing purposes.
23
//! `test_mcp_server/test_server.rs` is declared as a separate binary and would need a way to
34
//! reference types defined inside of this crate, hence the export.

0 commit comments

Comments
 (0)