Skip to content

Commit 4cd802e

Browse files
authored
Document Tilebox Docs MCP server (#47)
1 parent f2f1da7 commit 4cd802e

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

ai-assistance.mdx

+10-23
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Large Language Models (LLMs) are powerful tools for exploring and l
44
icon: brain-circuit
55
---
66

7-
## Providing Tilebox-specific context
7+
## Providing complete Tilebox context
88

99
AI assistants and Large Language Models (LLMs) can answer questions, guide you in using Tilebox, suggest relevant sections in the documentation, and assist you in creating workflows.
1010

@@ -18,31 +18,18 @@ The full content of the Tilebox documentation is available in plain markdown for
1818
The [Documentation Context](https://docs.tilebox.com/llms-full.txt) is updated whenever the documentation changes. If you download the file, refresh it occasionally to stay up-to-date.
1919
</Tip>
2020

21-
## Example prompt
21+
## Providing tailored context via MCP
2222

23-
After you upload the [Documentation Context](https://docs.tilebox.com/llms-full.txt) to your AI assistant or LLM, you can ask it questions and receive tailored, up-to-date responses.
23+
Tilebox Docs can be installed as an MCP tool, so an MCP client can ask for detailed context on specific topics.
2424

25-
Here's an example prompt to get you started.
25+
Run the following command to generate an MCP server for Tilebox Docs.
2626

27-
```plaintext Example prompt
28-
Generate a script that
29-
30-
- Creates a cluster
31-
- Configures console logging
32-
- Contains a Fibonacci calculator workflow that is using a local filesystem cache.
33-
Make sure you get task dependencies right.
34-
Make sure to only print the final result as the last step of the workflow.
35-
Write logs to let us know what is happening.
36-
- Submits a job for the number 7
37-
- Starts a processing runner
38-
39-
Do not invent APIs. All available Tilebox APIs are documented.
27+
```bash
28+
npx mint-mcp add tilebox
4029
```
4130

42-
## Claude
43-
44-
[Claude 3.5 Sonnet](https://docs.anthropic.com/en/docs/about-claude/models) is a great choice for an AI assistant for using Tilebox. To provide Claude with Tilebox-specific context, create a [new project](https://support.anthropic.com/en/articles/9517075-what-are-projects), and upload the [llms-full.txt](https://docs.tilebox.com/llms-full.txt) as project knowledge. You can then ask questions or use it to generate scripts.
31+
The command line tool will guide you along the installation process for Cursor, Windsurf, Claude Code, Augment Code or other MCP clients.
4532

46-
## ChatGPT
47-
48-
Experiments with [GPT-4o](https://chatgpt.com/?model=gpt-4o) have shown mixed results. While it effectively answers questions, it has difficulties generating workflow scripts, often misapplying or inventing APIs. Consider using [Claude 3.5 Sonnet](#claude) for a better experience.
33+
<Tip>
34+
The MCP server always retrieves the most up to date version of the documentation.
35+
</Tip>

0 commit comments

Comments
 (0)