Ho to get consent when MCP flow in running completely on the server #495
Replies: 1 comment 1 reply
-
I think elicitation https://modelcontextprotocol.io/docs/concepts/elicitation what you need |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Pre-submission Checklist
Question Category
Your Question
On my current project we are using MCP on the server.
The stack is dotnet/C#/semantic kernel/web app azure
Semantic Kernel is receiving a request (question from the user chat bot).
Then we ask the LLM to answer the question (related to azure devops scrum board).
Because we are using MCP the orchestrator (SK) is calling the MCP endpoints.
At the end the LLM will ask to write something to azure devops.
That's all working fine.
However we want/need to put user consent in the loop.
Anyone experience on how to do that in a fully server flow situation?
My thoughts:
I prefer option one but I'm not sure if that is really a secure option.
What is a best practice of experience/opinion you have?
Beta Was this translation helpful? Give feedback.
All reactions