search_github_issues
ActiveTool of io.github.UnityNodes/canton-ccpedia
Full-text search across CCPEDIA's indexed GitHub issues (15+ Canton repos). Canton ecosystem only. Use to find prior reports / open bugs / requested features. For PRs use search_github (broader) or list_proposals.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Max rows (default 10)."
},
"query": {
"type": "string",
"minLength": 2,
"description": "Free-text query."
},
"state": {
"enum": [
"open",
"closed",
"all"
],
"type": "string",
"description": "Issue state filter (default: all)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.UnityNodes/canton-ccpedia
https://github.com/UnityNodes/cips
1/7 registries