Skip to content

Conversation

micpst
Copy link
Contributor

@micpst micpst commented Jan 18, 2025

Fixes server crash when setting up the debug logging.

Motivation and Context

FastMCP crashes when I set log level to DEBUG. Turns out there's a spot in the code where it overwrites the LoggerRecord name attribute, which happens to be a reserved keyword - https://docs.python.org/3/library/logging.html#logrecord-attributes.

How Has This Been Tested?

Tried running the MCP server with the log level set to DEBUG.

app = FastMCP("Demo", log_level="DEBUG")

Breaking Changes

None

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@dsp-ant dsp-ant self-requested a review January 20, 2025 11:51
@dsp-ant dsp-ant changed the base branch from main to v1.2.x January 20, 2025 11:54
@dsp-ant dsp-ant changed the base branch from v1.2.x to main January 20, 2025 11:54
@dsp-ant dsp-ant merged commit 73c62c5 into modelcontextprotocol:main Jan 20, 2025
3 checks passed
gspencergoog pushed a commit to gspencergoog/mcp-python-sdk that referenced this pull request Jul 29, 2025
…/mahesh/specification-linking

Redirect / to /latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants