@cronicorn/mcp-server 1.19.3 → 1.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,6 +25,7 @@ mcp:
|
|
|
25
25
|
| **Interactive UI** | [`/api/reference`](https://cronicorn.com/api/reference) | Browsing and testing endpoints in a browser |
|
|
26
26
|
| **OpenAPI spec** | [`/api/doc`](https://cronicorn.com/api/doc) | Code generation, client SDKs, tooling |
|
|
27
27
|
| **LLM-friendly Markdown** | [`/api/llms.txt`](https://cronicorn.com/api/llms.txt) | AI agents and coding assistants |
|
|
28
|
+
| **Context7** | [`context7.com/weskerllc/cronicorn`](https://context7.com/weskerllc/cronicorn) | AI agents via Context7 MCP — up-to-date, version-specific docs injected into prompts |
|
|
28
29
|
|
|
29
30
|
The `/api/llms.txt` endpoint serves the full API spec as Markdown optimized for AI consumption, following the [llms.txt standard](https://llmstxt.org/). Point your AI assistant here for accurate, up-to-date API context.
|
|
30
31
|
|
package/package.json
CHANGED