Skip to content

Commit 3d9aee4

Browse files
committed
Docs
1 parent 9dc01ed commit 3d9aee4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/info/ai.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ git clone --depth=1 --filter=blob:none --sparse https://github.com/softwaremill/
2424

2525
Some of the rules are automatically applied to the context (to let the model know about basic capabilities), some are agent-requested, which exposes only the rule descriptions to the context. If needed, the agent can fetch the entire rule content, to explore a subject in more depth.
2626

27+
## Context7
28+
29+
[Context7](https://github.com/upstash/context7) is an open-source MCP (Model Context Protocol) server which aims to provide up-to-date documentation for AI coding assistants. You can use the managed, global MCP server, or run your own.
30+
31+
Ox's documentation is indexed in the global server. To reference it in a prompt, be sure to add `use context7`.
32+
33+
## llms.txt
34+
35+
Ox currently does not server a [llms.txt](https://llmstxt.org) file, as it is currently unclear if there are any tools using this. However, if support for this format becomes more widespread, we'll automate generation of this file as well.

0 commit comments

Comments
 (0)