File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77# ![ mcp_icon] ( img/mcp/mcp.svg ) {: style="height: 32px; vertical-align: middle;" } MCP Cadwork Python API Server
88
9- ** MCP URL:** ` https://cadwork-mcp- pyapi.com /mcp `
9+ ** MCP URL:** ` https://pyapi.mcp.cadwork.dev /mcp `
1010
1111## What is MCP?
1212
@@ -39,7 +39,7 @@ To use the Cadwork Python API documentation as an MCP server, you need to config
3939 Claude Code supports MCP servers natively. Add the server using:
4040
4141 ```bash
42- claude mcp add cadwork-pyapi https://cadwork-mcp- pyapi.com /mcp
42+ claude mcp add cadwork-pyapi https://pyapi.mcp.cadwork.dev /mcp
4343 ```
4444
4545 [Claude Code MCP Guide](https://docs.anthropic.com/en/docs/claude-code/mcp){target=_blank}
@@ -63,7 +63,7 @@ To use the Cadwork Python API documentation as an MCP server, you need to config
6363 "servers": {
6464 "cadwork-pyapi": {
6565 "type": "http",
66- "url": "https://cadwork-mcp- pyapi.com /mcp"
66+ "url": "https://pyapi.mcp.cadwork.dev /mcp"
6767 }
6868 }
6969 }
You can’t perform that action at this time.
0 commit comments