set-github-token
Configure a GitHub Personal Access Token for secure authentication to map and analyze GitHub repositories using the GitHub Mapper MCP Server.
Instructions
Set the GitHub Personal Access Token for authentication
Input Schema
Name | Required | Description | Default |
---|---|---|---|
token | Yes | GitHub Personal Access Token |
Input Schema (JSON Schema)
{
"properties": {
"token": {
"description": "GitHub Personal Access Token",
"type": "string"
}
},
"required": [
"token"
],
"type": "object"
}