Skip to content

Commit 94527c0

Browse files
make api key requried
1 parent 37b2177 commit 94527c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

smithery.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
2+
3+
4+
configSchema:
5+
# JSON Schema defining the configuration options for the MCP.
6+
type: "object"
7+
required: ["scrapegraphApiKey"]
8+
properties:
9+
scrapegraphApiKey:
10+
type: "string"
11+
description: "Your Scrapegraph API key"
12+
213
runtime: "python"

0 commit comments

Comments
 (0)