forgejo-mcp/tools/wiki
Ronmi Ren 34fe72a9bd refactor: migrate wiki tools to use wrapper types and centralize formatting
- Change WikiPage from custom fields to wrapper struct { *MyWikiPage }
- Change WikiPageList from []*WikiPage to []*MyWikiPageMetaData
- Move base64 decoding logic to ToMarkdown methods in types package
- Update tools to use wrapper types directly and call ToMarkdown()
- Eliminate duplicate format conversion code across wiki tools
- Update tests to match new wrapper type structure
- All tests passing with maintained output format

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-06 18:09:34 +08:00
..
crud.go refactor: migrate wiki tools to use wrapper types and centralize formatting 2025-08-06 18:09:34 +08:00
doc.go Add package documentation for all subpackages 2025-08-06 16:44:23 +08:00
list.go refactor: migrate wiki tools to use wrapper types and centralize formatting 2025-08-06 18:09:34 +08:00