Skip to content

Commit c83cfe2

Browse files
committed
Add comment
1 parent e008527 commit c83cfe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rmcp-macros/src/tool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ pub fn tool(attr: TokenStream, input: TokenStream) -> syn::Result<TokenStream> {
200200
})?
201201
} else {
202202
// if not found, use a default empty JSON schema object
203+
// TODO: should be updated according to the new specifications
203204
syn::parse2::<Expr>(quote! {
204205
std::sync::Arc::new(serde_json::json!({
205206
"type": "object",

0 commit comments

Comments
 (0)