yuqi1129 commented on PR #10647:
URL: https://github.com/apache/gravitino/pull/10647#issuecomment-4234296938
Close it as this upgrade will lead to the following problem, we need to
resolve it before the upgrade.
```
Traceback (most recent call last):
File
"/home/runner/work/gravitino/gravitino/mcp-server/tests/unit/tools/test_model.py",
line 32, in setUp
server = GravitinoMCPServer(Setting("mock_metalake"))
File
"/home/runner/work/gravitino/gravitino/mcp-server/mcp_server/server.py", line
99, in __init__
load_tools(self.mcp)
File
"/home/runner/work/gravitino/gravitino/mcp-server/mcp_server/tools/__init__.py",
line 41, in load_tools
load_tag_tool(mcp)
File
"/home/runner/work/gravitino/gravitino/mcp-server/mcp_server/tools/tag.py",
line 22, in load_tag_tool
@mcp.tool(tags={"tag"}, enabled=False)
TypeError: FastMCP.tool() got an unexpected keyword argument 'enabled'
:mcp-server:testPython failure mark
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]