Release notes for the Explore API and MCP server. All versions, changes and fixes documented here.
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.
ping_topic tool sends you the last news from the serversearch_topic tool personalized web_searchrules
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.
code_topic tool generates working code snippets with explanation, language detection and notes. Routes to api/code.php.ask_lumo tool general purpose assistant with real-time web search, weather, stocks and crypto. Routes to api/assistant.php.api/code.php endpoint dedicated code generation with structured JSON response.api/assistant.php endpoint Lumo AI direct access with all tools enabled.CODE_API_URL and ASSISTANT_API_URL environment variables to MCP config.explore, code and everything else.MCP server launch. Explorer API is now accessible from OpenCode via the Model Context Protocol.
explorer-mcp.js Node.js MCP server exposing explore_topic tool to OpenCode.AGENTS.md support for trigger word routing.opencode.json environment block.Initial release of the Explorer API. Token-authenticated REST endpoint for topic exploration with real-time web search.
api/explorer.php POST endpoint returning title, subtitle, summary, facts and 6 explore cards.api/docs.php — API documentation page.