Swap MCP client implementations to rmcp (#3634)
This commit is contained in:
@@ -22,7 +22,7 @@ fn main() {
|
||||
fs::write(&output_path, &schema).unwrap();
|
||||
eprintln!(
|
||||
"Successfully generated OpenAPI schema at {}",
|
||||
output_path.display()
|
||||
output_path.canonicalize().unwrap().display()
|
||||
);
|
||||
|
||||
// Output the schema to stdout for piping
|
||||
|
||||
Reference in New Issue
Block a user