cypher_record_scope
ActiveTool of cypher-mcp
declared in 3.4.2
Record the actionable spec and the code-location method for an issue.
Parameters schema
{
"type": "object",
"required": [
"repo_name",
"issue_number",
"resolved_via",
"actionable_text"
],
"properties": {
"npub": {
"type": "string",
"default": ""
},
"repo_name": {
"type": "string",
"description": "Repository name."
},
"dpop_token": {
"type": "string",
"default": ""
},
"issue_number": {
"type": "integer",
"description": "GitHub issue number."
},
"resolved_via": {
"type": "string",
"description": "How the code was located: 'graph' | 'scoped-grep' | 'wide-grep'."
},
"actionable_text": {
"type": "string",
"description": "The Porter's rough-English -> actionable spec translation."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries