0.5.14npm · @stubbedev/atlassian-mcp · current release
Observed 2026-09-01T20:58:09.752Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"logging": {},
"resources": {
"listChanged": true
},
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
git_get_contextStart here for any coding or review task: current branch, upstream ahead/behind, remote URL, recent commits, working tree status, diff stat summary, and Jira keys detected in the branch name. Pass includeDiff=true to also include the full uncommitted diff. Pass fromRef (and optionally toRef) instead to get a diff between two refs or commits, paged with maxChars/charOffset.Input schema{
"properties": {
"charOffset": {
"default": 0,
"description": "Diff mode: skip this many characters from the start (for paging large diffs)",
"type": "number"
},
"commitLimit": {
"default": 10,
"description": "Number of recent commits to show (default 10)",
"type": "number"
},
"fromRef": {
"description": "Base ref or commit — switches the tool to diff mode (branch vs main, a commit range)",
"type": "string"
},
"includeDiff": {
"default": false,
"description": "Include full uncommitted diff (default false)",
"type": "boolean"
},
"maxChars": {
"default": 8000,
"description": "Diff mode: max characters to return (default 8000). Increase for large diffs.",
"type": "number"
},
"repoPath": {
"description": "Path to the git repository (defaults to cwd)",
"type": "string"
},
"toRef": {
"description": "Target ref or commit for diff mode (defaults to the working tree)",
"type": "string"
}
},
"type": "object"
}Annotations{
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": true,
"readOnlyHint": true,
"title": "Git context / diff"
} | — | Read only · Non-destructive | — |
Live branch state, linked Jira tickets, and the open PR for the current repo/branch. Re-read any time for fresh state — same content as the get_dev_context tool.
{
"resource_key": "dev-context://current",
"uri": "dev-context://current",
"name": "dev-context",
"description": "Live branch state, linked Jira tickets, and the open PR for the current repo/branch. Re-read any time for fresh state — same content as the get_dev_context tool.",
"mime_type": "text/markdown",
"annotations": null,
"metadata_hash": "8825f2e965885caa01738af54e92c6147a7d600a16627c3bf8ea9d46bef0957c"
}