config_get
Retrieve a specific configuration value by providing its key using the tool integrated with GitMCP, which transforms GitHub projects into MCP endpoints for AI accessibility.
Instructions
Get a configuration value
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Configuration key |
Input Schema (JSON Schema)
{
"properties": {
"key": {
"description": "Configuration key",
"type": "string"
}
},
"required": [
"key"
],
"type": "object"
}