Skip to content

fix: correct parameter name in FastMCP initialization#1

Open
arno4000 wants to merge 1 commit intocdmx-in:mainfrom
arno4000:contrib/fix-fastmcp
Open

fix: correct parameter name in FastMCP initialization#1
arno4000 wants to merge 1 commit intocdmx-in:mainfrom
arno4000:contrib/fix-fastmcp

Conversation

@arno4000
Copy link

@arno4000 arno4000 commented Feb 11, 2026

This pull request fixes the initialization of the FastMCP server in main.py, replacing the use of the description parameter with instructions.

Without this change, the MCP server is unable to start

Traceback (most recent call last):
  File "/workdir/main.py", line 15, in <module>
    mcp = FastMCP("itop-mcp", description="iTop ITSM integration server")
TypeError: FastMCP.__init__() got an unexpected keyword argument 'description'

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.

1 participant