Skip to content

Commit 5c09a91

Browse files
committed
fix the lists
1 parent 0db833e commit 5c09a91

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

chapters/ai_tools_and_agents.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ High-level steps:
2323

2424
. Install an MCP-capable LLM client (for example, clients that support MCP bridges).
2525
+
26-
+ Major LLM services you can use with MCP-capable clients/bridges include:
27-
+ - Anthropic Claude (Claude Desktop supports MCP natively)
28-
+ - OpenAI models (via MCP bridges/clients)
29-
+ - Google Gemini (via MCP bridges/clients)
30-
+ - Mistral (via MCP bridges/clients)
31-
+ - Cohere (via MCP bridges/clients)
32-
+ - Groq API–served models (via MCP bridges/clients)
33-
+ - Local engines: llama.cpp and Ollama (via MCP-capable clients/bridges)
26+
.. Major LLM services you can use with MCP-capable clients/bridges include:
27+
- Anthropic Claude (Claude Desktop supports MCP natively)
28+
- OpenAI models (via MCP bridges/clients)
29+
- Google Gemini (via MCP bridges/clients)
30+
- Mistral (via MCP bridges/clients)
31+
- Cohere (via MCP bridges/clients)
32+
- Groq API–served models (via MCP bridges/clients)
33+
- Local engines: llama.cpp and Ollama (via MCP-capable clients/bridges)
3434
. Install and configure the Vulkan MCP from mcp-Vulkan.
3535

3636
=== Example setup (generic MCP client)
@@ -45,7 +45,7 @@ cd mcp-Vulkan
4545
3. Most MCP clients require a small JSON/YAML config to register the MCP server URL and advertised tools. (See below for an example JSON config)
4646
4. In your MCP client configuration, add a "Vulkan" tool/provider, pointing to the running mcp-Vulkan server (or node running in the command line).
4747
5. Test by asking your LLM: "Use the Vulkan MCP to set your Vulkan context, then list the extensions that are core in that version." The LLM should call the MCP, update its working context, and answer consistently with the latest Vulkan version.
48-
+ - The functions directly provided by the Vulkan MCP server are:
48+
- The functions directly provided by the Vulkan MCP server are:
4949
search-vulkan-docs:
5050
Search Vulkan documentation for specific topics
5151

0 commit comments

Comments
 (0)