@juspay/neurolink
Version:
Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio
10 lines (9 loc) • 375 B
TypeScript
/**
* AWS Bedrock Setup Command for New Developers
*
* Checks for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
* Auto-detects AWS CLI configuration, prompts for missing config, updates .env safely
*/
import { type ProviderSetupArgv } from "../../lib/types/index.js";
export declare function handleBedrockSetup(argv: ProviderSetupArgv): Promise<void>;