Skip to content

v1.1.0 — package rename, compare() fixes, richer cost estimator

Latest

Choose a tag to compare

@MGM-FALCON MGM-FALCON released this 23 May 22:21
· 4 commits to main since this release

What's new in v1.1.0

Packaging

  • Renamed the Python package server/quelllm_mcp/ with a proper main() console entry point. The old top-level server package name risked import collisions on user machines. Config and install are unchanged (command: "quelllm-mcp").

Bug fixes

  • compare(): removed the tokSec field (it never existed in the quelllm.fr API, so it was always null) and exposed the real ctx (context window) instead. Replaced the bogus more_recent placeholder — which actually compared parameter counts — with honest more_params and larger_context signals.
  • _fetch_json: now serves a stale cache entry when quelllm.fr is unreachable, instead of crashing the tool call with a raw stack trace.

Cost estimator

  • estimate_cost gained prompt-caching, batch mode, DeepSeek off-peak discounts, a token-capacity check for self-hosted hardware, recoverable-VAT and pc_always_on toggles — matching the web calculator at https://quelllm.fr/calculateur-cout-llm.

Docs / metadata

  • Removed the phantom PyPI package declaration from server.json (the package is not published on PyPI). Documented install via pip install git+… and uvx.
  • Corrected the catalog size claim from "250+" to "190+" across README, pyproject.toml and server.json.

Install

pip install git+https://github.com/MGM-FALCON/quelllm-mcp.git