Initial release of light_wikipedia_cli — a fast Wikipedia CLI and MCP server written in Go.
Features
- Two binaries:
wikipedia(CLI) andwikipedia-mcp(MCP server) - Search, read summaries, and fetch full articles from Wikipedia
- Interactive TUI (
--tui) - MCP server with 4 tools (search, get_summary, get_page, random)
- Multi-language support (any Wikipedia language)
- NO_COLOR support, ANSI terminal output
Installation
Download the archive for your platform, extract, and run.
Changelog
- Complete Go rewrite of the original Python project
- Internal Wikimedia REST API client (no third-party HTTP)
- 22 unit tests + 13 e2e tests (httptest-based mock server)
- Static documentation site with docgen