can we expose source code implimentation of a mcp tool to client instead to asking LLM to call the tool. #552
Unanswered
awais-kaleem-blocksdev
asked this question in
Q&A
Replies: 3 comments
-
it would b nice option to enable for every MCP server's related to dev SDKs like stripe etc |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
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
for example i am using stripe mcp server with vs code.
i ask copilot to create a stripe user.
it calls the tool provided by stripe MCP to create a user and return me stripe_user_id.
but i do not want the LLM to call that tool.
i want my LLM to get the source code of that MCP tool and make an api on backend to to create stripe user.
in this way i have chance to get a perfect standerized implimentation of backend api provided by MCP server.
i know that there is resoarce opthon in MCP.
do we have a way to attach that function in resoarce,
or is there any config flag in tool to expose source code also.
Beta Was this translation helpful? Give feedback.
All reactions