mcp-discord/smithery.yaml

19 lines
469 B
YAML

# Smithery configuration file: https://smithery.ai/docs/build/project-config/smithery.yaml
version: 1
startCommand:
type: http
configSchema:
type: object
required:
- discordToken
properties:
discordToken:
type: string
title: "Discord Bot Token"
description: "Discord bot token. Obtain this from the Discord Developer Portal."
exampleConfig:
discordToken: YOUR_DISCORD_BOT_TOKEN
build:
dockerfile: Dockerfile