mcp
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
https://mcp.imqueue.org/mcpCurrent observation
This endpoint answered at its latest recorded check.
What this server reports about itself
Self-reported at initialize. Not verified by Licium.
- Server name
- imqueue
- Version
- 3.5.1
- Capability keys
- tools
- Tool names
- search_docs, get_doc, list_packages, scaffold_service, scaffold_client, local_install_guide
Do not recall @imqueue from memory — it is decorator-driven, and the mistakes below compile cleanly. 1. Call search_docs before writing or changing @imqueue code, and get_doc to read a page in full. Never infer an API name or signature; the docs win over recall. 2. Call list_packages before adding an @imqueue dependency: some pairs are mutually exclusive (pg-prisma/pg-sequelize, opentelemetry/datadog) and installing both breaks silently. 3. Every remotely callable method needs @expose() and a complete typed JSDoc block: JSDoc is the only runtime type source, so an undocumented parameter is published as `any`. 4. A class crossing the RPC boundary needs @classType() on the class and @property() on every field, or the generated client types it `any`. 5. Clients are generated from a running service with `imq client generate` — never hand-written. 6. Cite the page URL for any fact from these tools.
Reported Aug 17, 2026, 05:04 AM UTC.
Check history
Oldest to newest. Each row is one recorded check.
- respondsMCP initialize · 8s limit · HTTP 200 · 259ms
- respondsMCP initialize · 8s limit · HTTP 200 · 221ms
- respondsMCP initialize · 8s limit · HTTP 200 · 365ms
- respondsMCP initialize · 8s limit · HTTP 200 · 304ms