MCP not getting called when using Custom Endpoint #7693
ChristopherJohnson25
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Custom endpoint also fails when any MCP server is added. Using the same MCP server with xAI, for example, works with no problem. Does a custom endpoint require some specific MCP config? The same endpoint with the same MCP Server works on Cline.
Config,
- name: "Custom Gateway" apiKey: "your_api_key_here" baseURL: "https://your-gateway.example.com/v1" dropParams: - "user" headers: x-custom-api-version: "beta" x-custom-provider: "your-provider" x-custom-region: "us" x-custom-user: "your_username" x-custom-token: "your_custom_token" titleConvo: true titleMethod: "completion" titleModel: "current_model" models: default: ['your.custom-model-v1:0'] fetch: true
Beta Was this translation helpful? Give feedback.
All reactions