File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 995995 },
996996 "response" : []
997997 },
998+ {
999+ "name" : " call tool" ,
1000+ "protocolProfileBehavior" : {
1001+ "followRedirects" : true ,
1002+ "disableUrlEncoding" : false ,
1003+ "disableCookies" : false
1004+ },
1005+ "request" : {
1006+ "method" : " POST" ,
1007+ "header" : [
1008+ {
1009+ "key" : " Content-Type" ,
1010+ "value" : " application/json"
1011+ }
1012+ ],
1013+ "body" : {
1014+ "mode" : " raw" ,
1015+ "raw" : " {\n \" name\" : \" tool_1\" ,\n \" arguments\" : {\" arg1\" : \" val1\" }\n }" ,
1016+ "options" : {
1017+ "raw" : {
1018+ "language" : " json"
1019+ }
1020+ }
1021+ },
1022+ "url" : {
1023+ "raw" : " {{HOST}}/api/v1/deployments/mcp/{{DEPLOYMENT_NAME}}/call-tool" ,
1024+ "host" : [
1025+ " {{HOST}}"
1026+ ],
1027+ "path" : [
1028+ " api" ,
1029+ " v1" ,
1030+ " deployments" ,
1031+ " mcp" ,
1032+ " {{DEPLOYMENT_NAME}}" ,
1033+ " call-tool"
1034+ ]
1035+ }
1036+ },
1037+ "response" : []
1038+ },
9981039 {
9991040 "name" : " get prompts" ,
10001041 "protocolProfileBehavior" : {
You can’t perform that action at this time.
0 commit comments