Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add support for streamable http in the mcp-run-python tool#2230

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Kigstn wants to merge8 commits intopydantic:main
base:main
Choose a base branch
Loading
fromKigstn:main

Conversation

Kigstn
Copy link

This PR adds support for streamable HTTP in the MCP Run Python Tool.

Implementation logic is 80% copied fromthe reference implementation, just adapated to work with the existing structure :)

Also added testing for this

Fixes#2059

@hyperlint-aiHyperlint AI
Copy link
Contributor

PR Change Summary

Added support for streamable HTTP in the MCP Run Python Tool, enhancing its functionality for stateful requests without requiring a persistent connection.

  • Implemented streamable HTTP support in the MCP Run Python Tool
  • Updated documentation to include new transport option for streamable HTTP
  • Added testing for the new streamable HTTP functionality

Modified Files

  • docs/mcp/run-python.md

How can I customize these reviews?

Check out theHyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add thehyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to addhyperlint-ignore to the PR to ignore the link check for this PR.

Copy link
Contributor

@DouweMDouweM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@Kigstn Thanks, looks great! Just one question

@@ -23,6 +24,8 @@
'-N',
'-R=mcp-run-python/node_modules',
'-W=mcp-run-python/node_modules',
'-R=node_modules',
'-W=node_modules',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Why were these additions necessary?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@DouweMDouweMDouweM requested changes

Assignees

@DouweMDouweM

Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Feature Request: mcp-run-python support streamable http
2 participants
@Kigstn@DouweM

[8]ページ先頭

©2009-2025 Movatter.jp