MCP vs Custom Model Provider Server? #7412
Answered
by
projektjoe
projektjoe
asked this question in
Help
-
I have many repositories that I want to perform RAG on. |
Beta Was this translation helpful? Give feedback.
Answered by
projektjoe
Aug 29, 2025
Replies: 1 comment 3 replies
-
Your question is can you use the a custom model provider to query an MCP server? If so, the answer is no, custom model providers are for querying LLMs |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Patrick. I was able indeed to place an Azure App Service endpoint as an LLM provider and stream the response (and therefore using my custom RAG pipeline). Thanks for the answer!