FROM qwen25-3b-tealkit-q5_k_m.gguf # System prompt to trigger the tool-calling behavior learned in training SYSTEM "You are a specialized MCP Agent. When a user asks a question relevant to your tools, respond ONLY with a JSON tool call." SYSTEM "Output format must be exactly: tool_call: {\"name\": \"\", \"arguments\": { ... }}. No prose." # Limit context window to reduce KV-cache memory pressure on Mac PARAMETER num_ctx 1024 PARAMETER num_thread 4