Describe the bug
When I try to connect my MCP with cagent and DMR model (gpt-oss), the CLI stopped.
Version affected
Latest version of cagent released for MacOS
How To Reproduce
Detailed steps to reproduce the behavior:
- Create agent.yml file :
version: "2"
agents:
root:
model: local-oai
description: Un asistente útil para la investigación científica
instruction: |
Eres un asistente amistoso que ayuda en investigación científica.
toolsets:
- type: mcp
ref: docker:duckduckgo # stdio transport
- type: mcp # Model Context Protocol
remote:
url: "https://google-scholar-mcp-main.onrender.com/mcp" # Base URL to connect to
transport_type: "streamable" # Type of MCP transport (sse or streamable
models:
local-oai:
provider: dmr
model: ai/gpt-oss:latest
max_tokens: 64000
- Run cagent agent.yml and type "Hola"
Expectation
The model call the MCP functions.
OS and Terminal type
MacOS
Describe the bug
When I try to connect my MCP with cagent and DMR model (gpt-oss), the CLI stopped.
Version affected
Latest version of cagent released for MacOS
How To Reproduce
Detailed steps to reproduce the behavior:
Expectation
The model call the MCP functions.
OS and Terminal type
MacOS