We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abcb6b commit 8cee76eCopy full SHA for 8cee76e
1 file changed
mcp_server/tools/__init__.py
@@ -18,7 +18,6 @@ def tool(self) -> Tool:
18
class ToolRegister:
19
_dict: dict[str, ABCTool] = {}
20
21
- @classmethod
22
def register(self, tool: ABCTool) -> ABCTool:
23
tool_name = tool.tool().name
24
logging.info(f"Registering tool: {tool_name}")
0 commit comments