claude-cad 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- claude_cad/__init__.py +1 -1
- {claude_cad-0.1.0.dist-info → claude_cad-0.1.1.dist-info}/METADATA +27 -2
- claude_cad-0.1.1.dist-info/RECORD +11 -0
- claude_cad-0.1.0.dist-info/RECORD +0 -11
- {claude_cad-0.1.0.dist-info → claude_cad-0.1.1.dist-info}/WHEEL +0 -0
- {claude_cad-0.1.0.dist-info → claude_cad-0.1.1.dist-info}/entry_points.txt +0 -0
- {claude_cad-0.1.0.dist-info → claude_cad-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {claude_cad-0.1.0.dist-info → claude_cad-0.1.1.dist-info}/top_level.txt +0 -0
claude_cad/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: claude_cad
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: An MCP plugin for creating 3D models with Claude AI using CadQuery
|
5
5
|
Home-page: https://github.com/bronson/claude_cad
|
6
6
|
Author: Bronson Dunbar
|
@@ -82,7 +82,9 @@ For detailed installation instructions, see [INSTALL.md](INSTALL.md).
|
|
82
82
|
|
83
83
|
## Configuration
|
84
84
|
|
85
|
-
To use Claude CAD with Claude, you need to update your Claude configuration file:
|
85
|
+
To use Claude CAD with Claude Desktop, you need to update your Claude configuration file:
|
86
|
+
|
87
|
+
### Option 1: Using Python directly
|
86
88
|
|
87
89
|
```json
|
88
90
|
{
|
@@ -96,6 +98,29 @@ To use Claude CAD with Claude, you need to update your Claude configuration file
|
|
96
98
|
}
|
97
99
|
```
|
98
100
|
|
101
|
+
### Option 2: Using uvx (Recommended)
|
102
|
+
|
103
|
+
For improved dependency management, you can use `uvx` (part of the uv toolkit):
|
104
|
+
|
105
|
+
```json
|
106
|
+
{
|
107
|
+
"mcpServers": {
|
108
|
+
"claude_cad": {
|
109
|
+
"command": "uvx",
|
110
|
+
"args": ["-m", "claude_cad.server"],
|
111
|
+
"env": {}
|
112
|
+
}
|
113
|
+
}
|
114
|
+
}
|
115
|
+
```
|
116
|
+
|
117
|
+
Locate your Claude Desktop configuration file at:
|
118
|
+
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
|
119
|
+
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
|
120
|
+
- Linux: `~/.config/Claude/claude_desktop_config.json`
|
121
|
+
|
122
|
+
After updating the configuration, restart Claude Desktop for the changes to take effect.
|
123
|
+
|
99
124
|
## Usage
|
100
125
|
|
101
126
|
Once installed and configured, you can ask Claude to create 3D models using natural language:
|
@@ -0,0 +1,11 @@
|
|
1
|
+
claude_cad/__init__.py,sha256=CIa5dYi8gSoFI8ln1-wo2p0U0C-G70ksJIbvxhI7tpI,135
|
2
|
+
claude_cad/mock_server.py,sha256=FnHUGbKWi13lujNs2yk8OOulhfQ5Bg3j3cvf_knWBFk,19382
|
3
|
+
claude_cad/model_generator.py,sha256=dVui-_rtW_PggjQ3lnCs_m2izDcHvs5CDqN4UJ3TP8M,18567
|
4
|
+
claude_cad/server.py,sha256=AFeMs48531vsGdWiDUTgSeIES3hUahaNLDtPeqJX69A,18241
|
5
|
+
claude_cad/utils.py,sha256=ddcFfvF6Xpv2fBxhe2itXj1y2GM8L0VK7TCDJl2EgoE,2325
|
6
|
+
claude_cad-0.1.1.dist-info/licenses/LICENSE,sha256=l26YnWquBz-qAQrsznk4S-jn5mQbY75kPhCIA2-qnCk,11353
|
7
|
+
claude_cad-0.1.1.dist-info/METADATA,sha256=s91NJGin547NU3X3TYGUmDk0FM-0lcfn24T3MomB_M0,4425
|
8
|
+
claude_cad-0.1.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
9
|
+
claude_cad-0.1.1.dist-info/entry_points.txt,sha256=athFFnaz74A2tJalGeGjhxT9yPBW09wZvFVI4n5gDUQ,54
|
10
|
+
claude_cad-0.1.1.dist-info/top_level.txt,sha256=P-J1NPSuNf893HCWO6CXdNPJ_cwaU1Do4F7I8k-3jYI,11
|
11
|
+
claude_cad-0.1.1.dist-info/RECORD,,
|
@@ -1,11 +0,0 @@
|
|
1
|
-
claude_cad/__init__.py,sha256=oFExKV-1RDrcbdZcHi_2gJlQ53JDCOhui-jwl4u4M0s,135
|
2
|
-
claude_cad/mock_server.py,sha256=FnHUGbKWi13lujNs2yk8OOulhfQ5Bg3j3cvf_knWBFk,19382
|
3
|
-
claude_cad/model_generator.py,sha256=dVui-_rtW_PggjQ3lnCs_m2izDcHvs5CDqN4UJ3TP8M,18567
|
4
|
-
claude_cad/server.py,sha256=AFeMs48531vsGdWiDUTgSeIES3hUahaNLDtPeqJX69A,18241
|
5
|
-
claude_cad/utils.py,sha256=ddcFfvF6Xpv2fBxhe2itXj1y2GM8L0VK7TCDJl2EgoE,2325
|
6
|
-
claude_cad-0.1.0.dist-info/licenses/LICENSE,sha256=l26YnWquBz-qAQrsznk4S-jn5mQbY75kPhCIA2-qnCk,11353
|
7
|
-
claude_cad-0.1.0.dist-info/METADATA,sha256=DawYf48Hl2mow9lSAMeUof87dSym5sTXgN0Ib07o01c,3783
|
8
|
-
claude_cad-0.1.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
9
|
-
claude_cad-0.1.0.dist-info/entry_points.txt,sha256=athFFnaz74A2tJalGeGjhxT9yPBW09wZvFVI4n5gDUQ,54
|
10
|
-
claude_cad-0.1.0.dist-info/top_level.txt,sha256=P-J1NPSuNf893HCWO6CXdNPJ_cwaU1Do4F7I8k-3jYI,11
|
11
|
-
claude_cad-0.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|