Files
google-mcp/smithery.yaml

18 lines
448 B
YAML
Raw Normal View History

2025-05-31 15:41:37 +00:00
# Smithery configuration file: https://smithery.ai/docs/build/project-config
2025-06-07 18:12:29 -04:00
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
2025-05-17 13:18:46 -04:00
startCommand:
2025-06-07 18:12:29 -04:00
type: "http"
2025-05-31 15:41:37 +00:00
configSchema:
2025-06-07 18:12:29 -04:00
type: "object"
2025-05-31 15:41:37 +00:00
properties:
clientSecretsPath:
2025-06-07 18:12:29 -04:00
type: "string"
description: "Path to your client_secrets.json file"
required: ["clientSecretsPath"]
exampleConfig:
clientSecretsPath: "/app/client_secrets.json"