v0.3.0 #16
MarcellM01
announced in
Announcements
v0.3.0
#16
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TinySearch v0.3.0
Focused release for agent workflows: read a known URL directly, and fetch the current UTC date/time on demand.
What's new
Direct URL inspection —
scrape_url/POST /scrapeWhen you already have a URL, skip full web search. TinySearch crawls the page, ranks relevant chunks against your query, and returns a URL-grounded prompt in
answer.scrape_url(url, query)POST /scrapeBy @benmaster82 in #14
Current datetime —
get_current_datetime/GET /current_datetimeOn-demand UTC clock for time-sensitive or relative-date questions (
latest,this year,last month). Works reliably over stdio, where MCP instructions are only sent at initialize.get_current_datetime()— no parametersGET /current_datetime{ "date_utc": "2026-06-28", "time_utc": "08:10:00" }By @MarcellM01 in #15
MCP tools
get_current_datetime()research(query)scrape_url(url, query)Upgrade notes
No config changes. Existing
research(query)behavior is unchanged.Full Changelog: v0.2.1...v0.3.0
This discussion was created from the release v0.3.0.
All reactions