From 23e351c8102d4b84e76bda00503e88ea350b40c1 Mon Sep 17 00:00:00 2001 From: hunseokko Date: Fri, 7 Nov 2025 10:47:23 +0900 Subject: [PATCH] Add runtime and environment variables to smithery.yaml --- smithery.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 smithery.yaml diff --git a/smithery.yaml b/smithery.yaml new file mode 100644 index 0000000..505ac71 --- /dev/null +++ b/smithery.yaml @@ -0,0 +1,6 @@ +runtime: python + +env: + - GOOGLE_CLIENT_ID + - GOOGLE_CLIENT_SECRET + - GOOGLE_REFRESH_TOKEN