Skip to content

Commit

Permalink
Add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tadasant committed Jan 2, 2025
1 parent 578f7c5 commit 49364d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,17 @@ export const packageHelpers: PackageHelpers = {
required: true
}
}
},
'mcp-server-stability-ai': {
requiredEnvVars: {
STABILITY_AI_API_KEY: {
description: 'API key for Stability AI; get it from https://platform.stability.ai/account/keys.',
required: true
},
IMAGE_STORAGE_DIRECTORY: {
description: 'Directory on filesystem to store output images.',
required: true
}
}
}
};

0 comments on commit 49364d3

Please sign in to comment.