Skip to content

Commit 4d20bee

Browse files
sai-aarnaclaude
andcommitted
Add smithery.yaml config schema for Configuration UX score
Defines the config schema with API key parameter so Smithery can generate proper connection UI for users. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ccd7950 commit 4d20bee

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

smithery.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Smithery configuration for ATV MCP server
2+
# https://smithery.ai/docs/build/publish
3+
4+
startCommand:
5+
type: http
6+
url: https://atv-api.aarna.ai/mcp
7+
8+
configSchema:
9+
type: object
10+
properties:
11+
ATV_API_KEY:
12+
type: string
13+
title: API Key
14+
description: API key for authenticating with the ATV API. Get one at https://aarna.ai
15+
x-from: header
16+
required:
17+
- ATV_API_KEY

0 commit comments

Comments
 (0)