2025-05-17 13:18:46 -04:00
|
|
|
# Smithery.ai configuration
|
|
|
|
|
startCommand:
|
2025-05-17 15:39:42 -04:00
|
|
|
type: http
|
2025-05-17 13:18:46 -04:00
|
|
|
configSchema:
|
2025-05-17 15:42:20 -04:00
|
|
|
type: object
|
|
|
|
|
required:
|
|
|
|
|
- clientSecretsPath
|
|
|
|
|
properties:
|
|
|
|
|
clientSecretsPath:
|
|
|
|
|
type: string
|
|
|
|
|
title: "Client Secrets JSON"
|
|
|
|
|
description: "Path to your client_secrets.json file"
|