From 30343e77e51bd0b26472f48fb4c7b22fa10a61a4 Mon Sep 17 00:00:00 2001 From: Moe Lwin Tun <259317199+alexandercarlis2-dotcom@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:23:30 +0630 Subject: [PATCH] Create README.md https://orcid.org/0009-0006-7312-1462 --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d4e1a2 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +{https://orcid.org/0009-0006-7312-1462 + "mcp": { + "servers": { + "terraform": { + "command": "docker", + "args": [ + "run", + "-i", + "--rm", + "-e", "TFE_TOKEN=${input:tfe_token}", + "-e", "TFE_ADDRESS=${input:tfe_address}", + "hashicorp/terraform-mcp-server:1.0.0" + ] + } + }, + "inputs": [ + { + "type": "promptString", + "id": "tfe_token", + "description": "Terraform API Token", + "password": true + }, + { + "type": "promptString", + "id": "tfe_address", + "description": "Terraform Address", + "password": false + } + ] + } +}