Skip to content

Commit a71a9fb

Browse files
chore: fix fuzz tests
1 parent 9c3f990 commit a71a9fb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

crates/turbomcp-protocol/fuzz/fuzz_targets/fuzz_capability_parsing.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ fuzz_target!(|data: &[u8]| {
8585
name: "fuzz-client".to_string(),
8686
title: None,
8787
version: "1.0.0".to_string(),
88+
description: None,
89+
icons: None,
90+
website_url: None,
8891
},
8992
_meta: None,
9093
};
@@ -100,6 +103,9 @@ fuzz_target!(|data: &[u8]| {
100103
name: "fuzz-server".to_string(),
101104
title: None,
102105
version: "1.0.0".to_string(),
106+
description: None,
107+
icons: None,
108+
website_url: None,
103109
},
104110
instructions: Some("Fuzz test instructions".to_string()),
105111
_meta: None,

crates/turbomcp-protocol/fuzz/fuzz_targets/fuzz_tool_deserialization.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ fuzz_target!(|data: &[u8]| {
9696
output_schema: None,
9797
execution,
9898
annotations,
99+
icons: None,
99100
meta: None,
100101
};
101102

0 commit comments

Comments
 (0)