Commit Graph

17 Commits

Author SHA1 Message Date
0873df7e82 chore: merge code-smell-cleanup 2026-04-30 21:08:34 -04:00
82e12283de docs: surface Kijiji AND-matching behavior in tool, API, and MCP responses
Kijiji zero-result queries (e.g. 'macbook air m1 apple silicon') are
confusing because the failure mode is non-obvious. Surface the root
cause everywhere the caller can see it:
- MCP tool description warns about AND-matching and gives a concrete
  before/after example
- API 404 body includes the actionable hint via emptySearchResponse(hint)
- Core scraper logs the built URL and tip on page-1 zero results
- MCP handler unwraps the API message field so the hint reaches the LLM
2026-04-29 13:06:31 -04:00
abdd39d65c fix: complete ebay integer validation test coverage 2026-04-29 00:56:37 -04:00
3e4e35c9ae fix: tighten route integer parsing and test coverage 2026-04-29 00:32:23 -04:00
3ea6ee3938 fix: strictly parse route integers 2026-04-29 00:12:26 -04:00
d178f9c9cb fix: remove cookie query forwarding 2026-04-28 23:52:45 -04:00
c6c44a0914 fix(api): preserve unstable buckets 2026-04-28 21:34:47 -04:00
957e0f137b chore: biome lint and formatting
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-28 19:21:16 -04:00
b6456047a6 feat: add maxItems support to ebay scraper 2026-04-27 10:56:23 -04:00
02b3f805b2 fix: use explicit conditional calls and validate negative params 2026-04-27 10:46:06 -04:00
a1af5d2630 fix: align ebay route with spec and validate params 2026-04-27 09:56:39 -04:00
77b9fc9934 fix: validate route params and reduce duplication 2026-04-27 09:45:47 -04:00
a802035ca4 fix: correct empty-result and maxItems handling in routes 2026-04-27 09:34:08 -04:00
974190de6b fix: preserve maxItems limit in unstable mode 2026-04-27 08:57:48 -04:00
3c38232cd5 feat: expose unstable mode in api routes 2026-04-27 02:49:35 -04:00
b6e9501448 docs: align cookie setup with env-only auth 2026-04-21 21:53:42 -04:00
1a2c0cf6b8 refactor: remove api cookie query overrides 2026-04-21 21:47:37 -04:00