UNPKG

@chinchillaenterprises/mcp-amplify

Version:

AWS Amplify MCP server with intelligent deployment automation, specialized logging suite, and recursive resource discovery

16 lines 694 B
export const sandboxResourceDiscoveryTools = [ { name: "amplify_discover_sandbox_resources", description: "Discover all resources in your Amplify sandbox (DynamoDB tables, Lambda functions, auth config, data models) by reading amplify_outputs.json and querying AppSync. No deployed app ID required.", inputSchema: { type: "object", properties: { outputsPath: { type: "string", description: "Optional path to amplify_outputs.json file. If not provided, looks in current directory." } } } } ]; //# sourceMappingURL=sandbox-resource-discovery.js.map