Skip to content

Releases: felixscode/light_wikipedia_cli

v0.1 — Initial Release

Choose a tag to compare

@felixscode felixscode released this 12 Jul 09:54

Initial release of light_wikipedia_cli — a fast Wikipedia CLI and MCP server written in Go.

Features

  • Two binaries: wikipedia (CLI) and wikipedia-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