Skip to content

Can this be used in api calls for lmstudio? #17

@pinturic

Description

@pinturic

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?"
  }'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions