@@ -17,10 +17,13 @@ training data.
1717When you connect an AI assistant to an MCP server, it gains the ability to query that server for relevant context,
1818making responses more accurate and up-to-date.
1919
20- ## How MCP helps you learn and use the Cadwork Python API
20+ ## Demo
21+
22+ See how easy it is to use the Cadwork Python API with an MCP-enabled AI assistant:
23+
24+ <img src =" img/mcp/gemini-mcp.gif " alt =" MCP Demo with Gemini CLI " width =" 700 " >
2125
22- The Cadwork Python API documentation is available as an MCP server, which transforms how you can learn and work with the
23- API:
26+ You can use the Cadwork Python MCP for:
2427
2528- ** Contextual Answers** : Ask questions in natural language and get responses that reference the actual API
2629 documentation, including function signatures, parameters, and code examples.
3639To use the Cadwork Python API documentation as an MCP server, you need to configure your AI assistant to connect to it.
3740Here are the most common ai code assistants and how to configure them:
3841
42+
43+
3944??? note "Claude Desktop"
4045
4146 Add the following to your Claude Desktop configuration file via the UI:
@@ -108,15 +113,4 @@ Here are the most common ai code assistants and how to configure them:
108113
109114 Once added, the Cadwork Python API documentation will be automatically available when you interact with Gemini CLI.
110115
111- [Gemini MCP Guide](https://geminicli.com/docs/tools/mcp-server){target=_blank}
112-
113- ## Demo
114-
115- See how easy it is to use the Cadwork Python API with an MCP-enabled AI assistant:
116-
117- <img src =" img/mcp/gemini-mcp.gif " alt =" MCP Demo with Gemini CLI " width =" 700 " >
118-
119- ## Usage
120-
121- Once configured, prompt your request to your AI coding assistant and it will automatically query the Cadwork Python API
122- documentation to help you write grounded scripts to our Cadwork Python API.
116+ [Gemini MCP Guide](https://geminicli.com/docs/tools/mcp-server){target=_blank}
0 commit comments