deprecated method

Mark tool as deprecated

Implementation

ToolAnnotationBuilder deprecated(DeprecationInfo info) {
  _annotations[ToolAnnotationKeys.deprecated] = info.toJson();
  return this;
}