Changelog

Explore Releases

Release notes for the Explore API and MCP server. All versions, changes and fixes documented here.

v1.3.4
2026-04-25 latest stable

Two more tools added. The explorer-mcp.js now exposes 5 dedicated tools for different task types, routing requests to the appropriate API endpoint automatically.

New
Added ping_topic tool sends you the last news from the server
Added search_topic tool personalized web_search
Changes
AGENTS.md updated with 2 new routing rules
v1.2.0
2026-04-24 deprecated

Three-tool MCP server. The explorer-mcp.js now exposes three dedicated tools for different task types, routing requests to the appropriate API endpoint automatically.

New
Added code_topic tool generates working code snippets with explanation, language detection and notes. Routes to api/code.php.
Added ask_lumo tool general purpose assistant with real-time web search, weather, stocks and crypto. Routes to api/assistant.php.
Added api/code.php endpoint dedicated code generation with structured JSON response.
Added api/assistant.php endpoint Lumo AI direct access with all tools enabled.
Added CODE_API_URL and ASSISTANT_API_URL environment variables to MCP config.
Changes
AGENTS.md updated with three-tool routing rules explore, code and everything else.
v1.1.0
2026-04-23 deprecated

MCP server launch. Explorer API is now accessible from OpenCode via the Model Context Protocol.

New
Added explorer-mcp.js Node.js MCP server exposing explore_topic tool to OpenCode.
Added AGENTS.md support for trigger word routing.
Fixed
Environment variables not inherited from shell must be hardcoded in opencode.json environment block.
HTML response instead of JSON fixed by adding correct request headers.
v1.0.0
2026-04-23 deprecated

Initial release of the Explorer API. Token-authenticated REST endpoint for topic exploration with real-time web search.

New
Added api/explorer.php POST endpoint returning title, subtitle, summary, facts and 6 explore cards.
Language support English, German, French, Portuguese, Spanish.
Added api/docs.php — API documentation page.