Merge pull request 'Update operator runbooks and roadmap docs for Jenkins/GlitchTip MCP status' (#163) from feat/issue-154-update-runbooks-roadmap-docs into master
This commit was merged in pull request #163.
This commit is contained in:
+8
-13
@@ -1975,34 +1975,29 @@ _PROJECT_SKILLS = {
|
||||
},
|
||||
"jenkins-readonly": {
|
||||
"description": "Read-only Jenkins CI inspection (jobs, builds, "
|
||||
"logs).",
|
||||
"logs). Actual server name: jenkins-mcp (see mcp-control-plane).",
|
||||
"when_to_use": "Checking CI state once Jenkins MCP tools exist.",
|
||||
"required_operations": ["jenkins.read"],
|
||||
"status": "designed-not-implemented",
|
||||
"notes": "Design exists (issues #72/#77); no Jenkins MCP server is "
|
||||
"connected yet. Report SKIPPED rather than substituting "
|
||||
"shell or direct API calls.",
|
||||
"notes": "Server code exists in mcp-control-plane as jenkins-mcp (read tools + gated trigger); registration pending (#55); docs in Gitea-Tools use historical name. Report SKIPPED if not connected. Do not substitute shell/API. Trigger requires dedicated profile (see #56).",
|
||||
"steps": [
|
||||
"Confirm a Jenkins MCP server is connected; if not, report "
|
||||
"Confirm a Jenkins MCP server is connected (jenkins-mcp); if not, report "
|
||||
"SKIPPED.",
|
||||
"Use read-only operations only; never trigger, cancel, or "
|
||||
"configure builds.",
|
||||
"Use read-only operations only; never trigger unless using dedicated profile + confirmation.",
|
||||
],
|
||||
},
|
||||
"glitchtip-readonly": {
|
||||
"description": "Read-only GlitchTip error/event inspection.",
|
||||
"description": "Read-only GlitchTip error/event inspection. Actual server name: glitchtip-mcp (see mcp-control-plane).",
|
||||
"when_to_use": "Investigating reported errors once GlitchTip MCP "
|
||||
"tools exist.",
|
||||
"required_operations": ["glitchtip.read"],
|
||||
"status": "designed-not-implemented",
|
||||
"notes": "Design exists (issue #73); no GlitchTip MCP server is "
|
||||
"connected yet. Report SKIPPED rather than substituting "
|
||||
"shell or direct API calls.",
|
||||
"notes": "Server code exists in mcp-control-plane as glitchtip-mcp (read-only tools); registration pending (#55); filing orchestrator is partial in mcp-control-plane (see #57). Report SKIPPED if not connected. Filing to Gitea is separate orchestrator, not in this server.",
|
||||
"steps": [
|
||||
"Confirm a GlitchTip MCP server is connected; if not, report "
|
||||
"Confirm a GlitchTip MCP server is connected (glitchtip-mcp); if not, report "
|
||||
"SKIPPED.",
|
||||
"Use read-only operations only; never mutate issues or "
|
||||
"settings.",
|
||||
"settings. Filing tracked in #57.",
|
||||
],
|
||||
},
|
||||
"release-operator": {
|
||||
|
||||
Reference in New Issue
Block a user