Skip to content

Commit 164d379

Browse files
committed
address the build instructions for MCP
1 parent 5c09a91 commit 164d379

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

chapters/ai_tools_and_agents.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ High-level steps:
4242
git clone https://github.com/gpx1000/mcp-Vulkan.git
4343
cd mcp-Vulkan
4444
----
45-
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)
46-
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).
47-
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.
45+
3. install dependencies: npm install
46+
4. build the MCP: npm run build
47+
5. 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)
48+
6. In your MCP client configuration, add a "Vulkan" tool/provider, pointing to the running mcp-Vulkan server (or node running in the command line).
49+
7. 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.
4850
- The functions directly provided by the Vulkan MCP server are:
4951
search-vulkan-docs:
5052
Search Vulkan documentation for specific topics

0 commit comments

Comments
 (0)