feat: add wiki management tools #95
Reference in New Issue
Block a user
No description provided.
Delete Branch "3KyNoX/gitea-mcp:main"
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?
Fix #94
Summary
This PR adds wiki management support to gitea-mcp adding new tools: creating, reading, updating, and deleting wiki pages.
Changes
operation/wiki/wiki.go
with wiki toolsoperation/operation.go
to register itREADME.md
New Tools
list_wiki_pages
- List all wiki pages in a repositoryget_wiki_page
- Get wiki page content and metadataget_wiki_revisions
- Get revision history of a wiki pagecreate_wiki_page
- Create a new wiki pageupdate_wiki_page
- Update an existing wiki pagedelete_wiki_page
- Delete a wiki pageImplementation Details
Testing
Ready for review.
Closes #[94]