listServicesInfo property

MCPToolInfo get listServicesInfo

Get tool info for list_services

Implementation

static MCPToolInfo get listServicesInfo => MCPToolInfo(
      name: 'list_services',
      description: 'List all services in the Vaden project',
      inputSchema: {
        'type': 'object',
        'properties': {},
      },
    );