feat: add heytea.dev mcp server

This commit is contained in:
Jet 2026-05-22 11:18:39 -07:00
parent bfbcb54043
commit b06bea177f
No known key found for this signature in database

View file

@ -19,6 +19,11 @@
url = "https://mcp.linear.app/mcp"; url = "https://mcp.linear.app/mcp";
enabled = true; enabled = true;
}; };
mcp.heytea = {
type = "remote";
url = "https://mcp.heytea.dev/mcp";
enabled = true;
};
model = "openai/gpt-5.5-fast"; model = "openai/gpt-5.5-fast";
small_model = "openai/gpt-5.4-mini-fast"; small_model = "openai/gpt-5.4-mini-fast";
provider.openai.models."gpt-5.5-fast".options = { provider.openai.models."gpt-5.5-fast".options = {