Skip to content

Commit d1afd21

Browse files
committed
fix(smithery): require LinkedIn credentials for authentication
1 parent 8082f30 commit d1afd21

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

smithery.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
runtime: "container"
2-
build:
3-
dockerfile: "Dockerfile.smithery"
4-
dockerBuildPath: "."
52
startCommand:
63
type: "http"
74
configSchema:
@@ -14,7 +11,7 @@ startCommand:
1411
type: "string"
1512
description: "LinkedIn password for authentication"
1613
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"
14+
required: [linkedin_email, linkedin_password]
15+
build:
16+
dockerfile: "Dockerfile.smithery"
17+
dockerBuildPath: "."

0 commit comments

Comments
 (0)