-
Couldn't load subscription status.
- Fork 166
Adding MCP call (via HTTP and STDIO) #1117
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
base: main
Are you sure you want to change the base?
Conversation
|
@amin-nikanjam can you take a look on CI and sign your commit? |
done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you dd examples to run on CI and fix the current one? I think your changes in the schema broke something.
I added the examples, and tried to run a workflow. I think the CI can't find the "MCP" as a call type. |
6ce7181 to
189205b
Compare
|
@amin-nikanjam Hi Amin, when you got a chance, could you please also update the following information as part of the PR description. MCP support is going to be another big one to the spec lol, its important for documenting them in the PR for tracking purpose. :) |
|
@amin-nikanjam are you able to fix the CI error? |
…ahoo.com> Signed-off-by: amin-nikanjam <[email protected]>
…o.com> Signed-off-by: amin-nikanjam <[email protected]>
Signed-off-by: Amin <[email protected]> Signed-off-by: amin-nikanjam <[email protected]>
Signed-off-by: Amin <[email protected]> Signed-off-by: amin-nikanjam <[email protected]>
Signed-off-by: amin-nikanjam <[email protected]>
This reverts commit 2d7f2a9. Signed-off-by: amin-nikanjam <[email protected]>
Signed-off-by: amin-nikanjam <[email protected]>
Signed-off-by: amin-nikanjam <[email protected]>
Minor update fix the CI error Signed-off-by: amin-nikanjam <[email protected]>
I pushed some potential fixes, I hope they work. |
Please specify parts of this PR update:
Discussion or Issue link:
#1101
What this PR does:
This PR adds MCP call task (via both HTTP and STDIO) to the specification and schema.
Additional information:
The call tries to establish a connection to a MCP server specified either by a URI (for HTTP) or a filename (for STDIO). For the
initializemethod, the MCP protocol version must be specified, so we suggest runtimes to implement the MCP specification version of 2025-06-18.