getConfigurationInfo property

MCPToolInfo get getConfigurationInfo

Get tool info for get_configuration

Implementation

static MCPToolInfo get getConfigurationInfo => MCPToolInfo(
      name: 'get_configuration',
      description: 'Get application.yaml configuration',
      inputSchema: {
        'type': 'object',
        'properties': {},
      },
    );