Add Smithery configuration

This commit is contained in:
smithery-ai[bot]
2025-05-31 15:41:37 +00:00
committed by GitHub
parent 207b131791
commit 765bcc58b0

View File

@@ -1,12 +1,13 @@
# Smithery.ai configuration # Smithery configuration file: https://smithery.ai/docs/build/project-config
startCommand: startCommand:
type: http type: http
configSchema: configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object type: object
required: required:
- clientSecretsPath - clientSecretsPath
properties: properties:
clientSecretsPath: clientSecretsPath:
type: string type: string
title: "Client Secrets JSON" description: Path to your client_secrets.json file
description: "Path to your client_secrets.json file"