remove smithery entirely
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
# Smithery configuration file: https://smithery.ai/docs/build/project-config
|
|
||||||
|
|
||||||
runtime: "container"
|
|
||||||
build:
|
|
||||||
dockerfile: "Dockerfile"
|
|
||||||
dockerBuildPath: "."
|
|
||||||
buildArgs: {}
|
|
||||||
platform: "linux/amd64"
|
|
||||||
startCommand:
|
|
||||||
type: "stdio"
|
|
||||||
configSchema:
|
|
||||||
type: "object"
|
|
||||||
properties:
|
|
||||||
clientSecretsPath:
|
|
||||||
type: "string"
|
|
||||||
description: "Path to your client_secrets.json file"
|
|
||||||
default: "/app/client_secrets.json"
|
|
||||||
required: []
|
|
||||||
commandFunction: |
|
|
||||||
(config) => ({
|
|
||||||
"command": "python",
|
|
||||||
"args": ["main.py"],
|
|
||||||
"env": {
|
|
||||||
"GOOGLE_CLIENT_SECRETS": config.clientSecretsPath || "/app/client_secrets.json"
|
|
||||||
}
|
|
||||||
})
|
|
||||||
Reference in New Issue
Block a user