Skip to content

MCP get_info tool ignores section parameter #154

@Vswaroop04

Description

@Vswaroop04

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions