You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Local engines: llama.cpp and Ollama (via MCP-capable clients/bridges)
34
34
. Install and configure the Vulkan MCP from mcp-Vulkan.
35
35
36
36
=== Example setup (generic MCP client)
@@ -45,7 +45,7 @@ cd mcp-Vulkan
45
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
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
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.
48
-
+ - The functions directly provided by the Vulkan MCP server are:
48
+
- The functions directly provided by the Vulkan MCP server are:
0 commit comments