h@llo.ai MCP Error

Describe the bug
I can have a conversation, but once it comes to MCP and Skill, Error Param Incorrect occurs

Is it A support or compatibility issue of calling API or an internal error? If possible, there is no debugging information

model:XIAOMI MIMO

https://api.xiaomimimo.com/v1/chat/completions

with openAI


Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):

M1 MAX MacBookPro


Device information:

  • Type of Mac:
  • macOS version: 26.3 (25D125)
  • BetterTouchTool version: (please post the exact version - not just "the latest one")

Additional information (e.g. crash logs, related issues, etc.):

Could you post the conversation log json from ~/Library/Application Support/BetterTouchTool/AI/Conversations ? (or send to andreas@folivora.ai)

I found that the reason for the problem was that I configured it

I try GitHub - themotionmachine/OmniFocus-MCP: Let LLMs interface with your tasks and projects through the Model Context Protocol. Add, organize, and query your OmniFocus database with natural language commands. · GitHub

use

{
  "mcpServers": {
    "omnifocus": {
      "command": "npx",
      "args": ["-y", "omnifocus-mcp"]
    }
  }
}

conversation_974D57AD-A9D6-4CF3-A2F4-E09373D42A14.json (28.8 KB)

conversation_8D186FE0-6098-473B-BBB8-56C965B749CA.json (28.1 KB)

conversation_68782C61-FDBD-40BF-8201-1F68F64A4A54.json (32.9 KB)

conversation_974D57AD-A9D6-4CF3-A2F4-E09373D42A14.json (28.8 KB)

thanks! Does running "npx -y omnifocus-mcp" work in general on your system?

it can work

ok thanks for the details, I'll check it!

I can use it through codex

Similar issues are not limited to MCP. Could it be a model problem? Although it is an api request in openAI format

yes, most likely the API doesn't support some parts of what BTT is using, maybe the tool calling format. I will need to test, but it will take a bit until I get to that.

{
  "mcpServers": {
    "bookends-mcp": {
      "command": "/Applications/Bookends.app/Contents/MacOS/BookendsMCP/BookendsMCP",
      "args": []
    }
  }
}

I have this MCP server set up, it works using opencode but BTT tells me it doesn't have any Bookends tools available. I get no obvious error, so I'm not sure how to debug this?