Add MCP Control Plane operator guide and project skill registry tools #129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
New LLM sessions are being brought into the MCP Control Plane / Gitea-Tools project without enough built-in context. Even when MCP tool schemas are visible, the LLM may not know the project-specific operating rules, profile model, identity gates, hard stops, or higher-level workflows.
Tool availability is not the same as skill availability. The MCP server should expose a read-only guide and skill registry so new LLM operators can understand how to use the tools correctly without relying on long pasted prompts.
Proposed Tools
mcp_get_control_plane_guidemcp_list_project_skillsmcp_get_skill_guideRequirements
mcp_get_control_plane_guide: Must return the high-level operating model:mcp_list_project_skills: Must return a safe, read-only list of available project skills/workflows, such as:mcp_get_skill_guide: Should return details for one skill:GITEA_MCP_REVEAL_ENDPOINTS=1is setAcceptance Criteria