Description:
The get_info MCP tool accepts a section parameter (e.g. memory, clients), but this value is not passed through in the controller. The implementation calls client.getInfoParsed() without the section argument, causing all INFO sections to be returned regardless of input. Even invalid values are silently ignored.
How to reproduce:
Call get_info({ section: 'memory' })
Expected behavior:
Only the requested section (memory) should be returned
Actual behavior:
All INFO sections are returned
Description:
The get_info MCP tool accepts a section parameter (e.g. memory, clients), but this value is not passed through in the controller. The implementation calls client.getInfoParsed() without the section argument, causing all INFO sections to be returned regardless of input. Even invalid values are silently ignored.
How to reproduce:
Call get_info({ section: 'memory' })
Expected behavior:
Only the requested section (memory) should be returned
Actual behavior:
All INFO sections are returned