UNPKG

@andrewlwn77/s3-upload-mcp-server

Version:

Pure Node.js MCP server for uploading images to AWS S3 with high-performance validation using Sharp and file-type

12 lines 369 B
import { S3Config } from '../types'; export declare class ConfigManager { private static instance; private config; private constructor(); static getInstance(): ConfigManager; private loadConfig; getConfig(): S3Config; getDefaultBucket(): string | undefined; validateBucket(bucket?: string): string; } //# sourceMappingURL=config.d.ts.map