add getParameters

This commit is contained in:
duwenxin99
2026-01-15 18:09:45 -05:00
parent 3aa1b79c13
commit ea79579eb6
90 changed files with 363 additions and 4 deletions

View File

@@ -178,3 +178,7 @@ func (t Tool) RequiresClientAuthorization(resourceMgr tools.SourceProvider) (boo
func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string, error) {
return "Authorization", nil
}
func (t Tool) GetParameters() parameters.Parameters {
return t.AllParams
}