push_file
ActiveTool of com.mermaidchart/mermaid-mcp
declared in 1.0.0
Create or update a single file on a given branch in a GitHub repository. REQUIRES: `Github-Token` (HTTP) or GITHUB_TOKEN with contents write access.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"owner",
"repo",
"path",
"content",
"branch",
"message",
"clientName"
],
"properties": {
"sha": {
"type": "string",
"description": "Existing blob SHA to update; omit to create or to let the service detect."
},
"path": {
"type": "string"
},
"repo": {
"type": "string"
},
"owner": {
"type": "string"
},
"branch": {
"type": "string",
"description": "Branch to commit to."
},
"content": {
"type": "string",
"description": "Full file content."
},
"message": {
"type": "string",
"description": "Commit message."
},
"clientName": {
"type": "string",
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries