UNPKG

@jupiterone/jupiterone-mcp

Version:

Model Context Protocol server for JupiterOne account rules and rule details

14 lines 359 B
import { GraphQLClient } from 'graphql-request'; export declare class AccountService { private client; constructor(client: GraphQLClient); /** * Get account information */ getAccountInfo(): Promise<{ accountId: string; name?: string; subdomain?: string; }>; } //# sourceMappingURL=account-service.d.ts.map