Configure IONOS MCP server

This commit is contained in:
Tobias Ostner 2026-07-31 15:50:52 +02:00
parent 36ea7633a4
commit 0a5c560f75
3 changed files with 12 additions and 3 deletions

View file

@ -33,6 +33,7 @@
defaultSopsFile = ../secrets/secrets.yaml;
secrets.firecrawl_api_key = { };
secrets.ionos_pat = { };
};
targets.darwin.defaults = {
@ -129,6 +130,7 @@
];
environment = {
FIRECRAWL_API_KEY.file = config.sops.secrets.firecrawl_api_key.path;
IONOS_PAT.file = config.sops.secrets.ionos_pat.path;
};
settings = {
defaultProvider = "openai-codex";