Skip to content

Commit 25a339d

Browse files
committed
Update smithery.yaml to include GitHub Personal Access Token configuration
1 parent bdc16c3 commit 25a339d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

smithery.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ startCommand:
44
configSchema:
55
# JSON Schema defining the configuration options for the MCP
66
type: object
7+
required:
8+
- githubPersonalAccessToken
79
properties:
8-
githubToken:
10+
githubPersonalAccessToken:
911
type: string
1012
title: GitHub Personal Access Token
11-
description: GitHub Personal Access Token with appropriate permissions
13+
description: The personal access token for accessing the GitHub API.
1214
secret: true # This marks the field as a secret, so it won't be logged
13-
required: ["githubToken"]
1415
additionalProperties: false
1516
commandFunction: |-
1617
(config) => ({
@@ -19,6 +20,6 @@ startCommand:
1920
"stdio"
2021
],
2122
"env": {
22-
"GITHUB_PERSONAL_ACCESS_TOKEN": config.githubToken
23+
"GITHUB_PERSONAL_ACCESS_TOKEN": config.githubPersonalAccessToken
2324
}
2425
})

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy