@@ -287,7 +287,7 @@ This document provides comprehensive examples of tool configurations for the She
287287 "required" : true
288288 }
289289 ],
290- "requestConfig" : " {\" requestTemplate\" :{\" url\" :\" /request/header\" ,\" method\" :\" GET\" ,\" headers\" :[{\" key\" :\" header_key1\" ,\" value\" :\" {{.headerKey1}}\" }],\" timeout\" :30000},\" argsPosition\" :{\" headerKey1\" :\" query \" }}" ,
290+ "requestConfig" : " {\" requestTemplate\" :{\" url\" :\" /request/header\" ,\" method\" :\" GET\" ,\" headers\" :[{\" key\" :\" header_key1\" ,\" value\" :\" {{.headerKey1}}\" }],\" timeout\" :30000},\" argsPosition\" :{\" headerKey1\" :\" header \" }}" ,
291291 "description" : " Request header test"
292292}
293293```
@@ -321,7 +321,7 @@ This document provides comprehensive examples of tool configurations for the She
321321 "required" : true
322322 }
323323 ],
324- "requestConfig" : " {\" requestTemplate\" :{\" url\" :\" /request/cookie\" ,\" method\" :\" GET\" ,\" headers\" :[{\" key\" :\" Cookie\" ,\" value\" :\" userId={{.userId}}\" }],\" timeout\" :30000},\" argsPosition\" :{\" userId\" :\" query \" }}" ,
324+ "requestConfig" : " {\" requestTemplate\" :{\" url\" :\" /request/cookie\" ,\" method\" :\" GET\" ,\" headers\" :[{\" key\" :\" Cookie\" ,\" value\" :\" userId={{.userId}}\" }],\" timeout\" :30000},\" argsPosition\" :{\" userId\" :\" header \" }}" ,
325325 "description" : " Cookie test"
326326}
327327```
@@ -376,7 +376,7 @@ This document provides comprehensive examples of tool configurations for the She
376376 "required" : true
377377 }
378378 ],
379- "requestConfig" : " {\" requestTemplate\" :{\" url\" :\" /order/oauth2/test\" ,\" method\" :\" GET\" ,\" headers\" :[{\" key\" :\" Authorization\" ,\" value\" :\" Bearer {{.token}}\" }],\" timeout\" :30000},\" argsPosition\" :{\" token\" :\" query \" }}" ,
379+ "requestConfig" : " {\" requestTemplate\" :{\" url\" :\" /order/oauth2/test\" ,\" method\" :\" GET\" ,\" headers\" :[{\" key\" :\" Authorization\" ,\" value\" :\" Bearer {{.token}}\" }],\" timeout\" :30000},\" argsPosition\" :{\" token\" :\" header \" }}" ,
380380 "description" : " OAuth2 authentication test"
381381}
382382```
@@ -470,7 +470,7 @@ This document provides comprehensive examples of tool configurations for the She
4704704 . ** Request Headers** : Configure using ` key ` and ` value ` fields
4714715 . ** Query Parameters** : Configure using ` queryParams ` array with ` ${paramName} ` format values
4724726 . ** Path Parameters** : Use ` {{.paramName}} ` format in URL
473- 7 . ** Parameter Mapping** : Use ` argsPosition ` to specify parameter location: ` path ` , ` query ` , ` body `
473+ 7 . ** Parameter Mapping** : Use ` argsPosition ` to specify parameter location: ` path ` , ` query ` , ` body ` , ` header `
474474
475475## Best Practices
476476
0 commit comments