We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b2177 commit 94527c0Copy full SHA for 94527c0
smithery.yaml
@@ -1,2 +1,13 @@
1
# 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
13
runtime: "python"
0 commit comments