Skip to content

Commit 8cee76e

Browse files
committed
fix: remove register classmethod
1 parent 6abcb6b commit 8cee76e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mcp_server/tools/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def tool(self) -> Tool:
1818
class ToolRegister:
1919
_dict: dict[str, ABCTool] = {}
2020

21-
@classmethod
2221
def register(self, tool: ABCTool) -> ABCTool:
2322
tool_name = tool.tool().name
2423
logging.info(f"Registering tool: {tool_name}")

0 commit comments

Comments
 (0)