Is it possible to use this mcp server in api calls for lmstudio?
I am thinking about something like this:
curl --location 'http://127.0.0.1:1234/v1/responses' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen3-8b",
"tools": [{
"type": "mcp",
"server_label": "web-search",
"server_url": "http://localhost",
"allowed_tools": ["full-web-search"]
}],
"input": "Can you search for next juventus football club matches?"
}'