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 8082f30 commit d1afd21Copy full SHA for d1afd21
smithery.yaml
@@ -1,7 +1,4 @@
1
runtime: "container"
2
-build:
3
- dockerfile: "Dockerfile.smithery"
4
- dockerBuildPath: "."
5
startCommand:
6
type: "http"
7
configSchema:
@@ -14,7 +11,7 @@ startCommand:
14
11
type: "string"
15
12
description: "LinkedIn password for authentication"
16
13
sensitive: true
17
- required: [] # Make them optional to allow tool discovery without credentials
18
- exampleConfig:
19
- linkedin_email: "user@example.com"
20
- linkedin_password: "password123"
+ required: [linkedin_email, linkedin_password]
+build:
+ dockerfile: "Dockerfile.smithery"
+ dockerBuildPath: "."
0 commit comments