ToolsForMCPServer was updated to v1.0.7
-
v1.0.7 (July 19, 2025)
- Added a
getToolList
method for retrieving all current tools in the library. - Tools can be filtered using
enables
ordisables
as an array argument for thegetTools
method. Ifenables
is used, only the tools specified in theenables
array will be used. Ifdisables
is used, all tools except those specified in thedisables
array will be used. If neitherenables
nordisables
is used, all tools will be used.
- Added a
You can see the detailed information here https://github.com/tanaikech/ToolsForMCPServer