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 )
thanks! Does running "npx -y omnifocus-mcp" work in general on your system?
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.
iandol
June 30, 2026, 8:11am
11
{
"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?