Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MCP (and plugins) not working with Custom Engines? #149

Closed
kilkelly opened this issue Mar 28, 2025 · 6 comments
Closed

MCP (and plugins) not working with Custom Engines? #149

kilkelly opened this issue Mar 28, 2025 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@kilkelly
Copy link

I can't seem to get MCP and plugins to work with a Custom Engine. I'm able to chat with the Custom Engine but none of the MCP / plugins seem to activate. From my knowledge of MCP, the LLM should receive some text describing the tools and parameters available to it, but this seems to be absent in the system prompt.

The MCP I'm trying to use is https://github.com/kazuph/mcp-youtube. The interface indicates that it gets installed and is running correctly (✅)

Custom Engine
Image

Installed MCP ✅
Image

Debug console (no tool text visible in system prompt?)
Image

Love this app BTW.

@nbonamy
Copy link
Owner

nbonamy commented Mar 28, 2025

The tool description is visible in the bottom of your second screenshot. They are provided as part of the whole payload not in the system prompt

@nbonamy nbonamy self-assigned this Mar 28, 2025
@nbonamy nbonamy added the question Further information is requested label Mar 28, 2025
@kilkelly
Copy link
Author

Thanks @nbonamy. I'm guessing then it's an issue with the third-party's implementation of the OpenAI spec i.e. not handling the tools field correctly?

@nbonamy
Copy link
Owner

nbonamy commented Mar 28, 2025

Not sure why you think there is an issue?

@kilkelly
Copy link
Author

I suspect the LLM provider (which I configured in the Custom Engine) is not consuming the tools field according to the spec. I have contacted them to clarify.

@nbonamy
Copy link
Owner

nbonamy commented Mar 30, 2025

I'll close this then. Do not hesitate to reopen if needed.

@nbonamy nbonamy closed this as completed Mar 30, 2025
@kilkelly
Copy link
Author

Much appreciated @nbonamy 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants