Skip to content

issues Search Results · repo:modelcontextprotocol/python-sdk language:Python

Filter by

214 results
 (86 ms)

214 results

inmodelcontextprotocol/python-sdk (press backspace or delete to remove)

Hi, I didn t find any similar issues, but please let me know if there are any existing ones. I implemented a Python server as follows: from mcp.server.fastmcp import FastMCP # Create server fast_mcp ...
  • DanieleMorotti
  • 1
  • Opened 
    5 hours ago
  • #406

Support streamable-http in Python SDK. There is an implementation in typescript-sdk.
  • CyrusCY
  • 1
  • Opened 
    11 hours ago
  • #405

Since the protocol supports it, I was wondering whether it would be possible or not to add support for metadata in the definition of the tool decorator, so that this metadata is then read when we use a ...
  • lucasalvarezlacasa
  • Opened 
    14 hours ago
  • #404

When I use call_tool in ClientSession to execute a tool function in a MCP server, it will be holding when there are multi threads or processes in the tool function, such as the Dataset map with num_proc ...
  • BeachWang
  • Opened 
    15 hours ago
  • #403

Describe the bug So I was interested in learning to make MCPs, and I started with a simple python file called FastMCP-Intro.py : from fastmcp import FastMCP mcp = FastMCP( LearningDemo ) @mcp.tool() ...
  • ANewProfile
  • 3
  • Opened 
    21 hours ago
  • #402

hello. I noticed that the 3.26 version specification added a message field for progress updates. However, I couldn’t find it in the current 1.6.0 Python SDK. Could you please let me know when it will be ...
  • Zhaobudaoyuema
  • Opened 
    yesterday
  • #399

Error: Invalid transport type: undefined .Anyone helps me? Image I started my MCP Server with SSE ,and connected to the server in inspector ,the url is http://localhost:3000/sse my server code Image ...
  • wjfang90
  • 1
  • Opened 
    yesterday
  • #398

Describe the bug According to the MCP spec, the data that may be logged can be of any type. /** * The data to be logged, such as a string message or an object. Any JSON serializable type is ...
good first issue
help wanted
  • alejandro5042
  • 4
  • Opened 
    yesterday
  • #397

Describe the bug There are two distinct issues observed when using the MCP Python SDK with the stdio transport: 1. Inconsistent Exception Handling: Exceptions raised within handlers decorated with @app.call_tool ...
  • omasoud
  • Opened 
    yesterday
  • #396

Describe the bug Python MCP client cannot successfully initialize an MCP Stdio server. To Reproduce I have two reproduction steps. One for windows, and one for Linux. Additional notes and details are ...
  • unoti
  • 5
  • Opened 
    yesterday
  • #395
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub