@chinchillaenterprises/mcp-amplify
Version:
AWS Amplify MCP server with intelligent deployment automation, specialized logging suite, and recursive resource discovery
25 lines • 877 B
JavaScript
export const resourceDiscoveryTools = [
{
name: "amplify_discover_resources",
description: "Enhanced unified resource discovery with branch-specific capabilities",
inputSchema: {
type: "object",
properties: {
appId: {
type: "string",
description: "If provided, gets branch-specific resources"
},
branchName: {
type: "string",
description: "Auto-detects if only one branch exists"
},
resourceType: {
type: "string",
enum: ["lambda", "dynamodb", "cognito", "all"],
description: "Type of resources to discover"
}
}
}
}
];
//# sourceMappingURL=resource-discovery.js.map