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
'Use this when you need to find a part in the catalog. '+
45
+
'Discover bundled (and optionally remote) part-catalog records by fuzzy query and faceted filters. Tokens AND-combine; cross-facet filters AND-combine. Pass partsBaseUrl (or set KERNELCAD_PARTS_BASE_URL) to enable the remote tier; otherwise results are bundled-only.',
'Use this when you need to download a catalog part as a STEP file. '+
67
+
'Resolve an id (or single-match query) to a part record and write its STEP file to the local cache. Bundled ids resolve offline; non-bundled ids require partsBaseUrl (or KERNELCAD_PARTS_BASE_URL). Returns the cache path plus a sha256 fingerprint.',
68
+
inputSchema: {
69
+
type: 'object',
70
+
properties: {
71
+
id: {type: 'string'},
72
+
query: {type: 'string'},
73
+
category: {type: 'string'},
74
+
family: {type: 'string'},
75
+
standard: {type: 'string'},
76
+
partsBaseUrl: {type: 'string',description: 'Opt-in remote endpoint; no default value ships with kernelCAD.'},
'Use this when you need to find a part in the catalog. '+
950
-
'Discover bundled (and optionally remote) part-catalog records by fuzzy query and faceted filters. Tokens AND-combine; cross-facet filters AND-combine. Pass partsBaseUrl (or set KERNELCAD_PARTS_BASE_URL) to enable the remote tier; otherwise results are bundled-only.',
'Use this when you need to download a catalog part as a STEP file. '+
972
-
'Resolve an id (or single-match query) to a part record and write its STEP file to the local cache. Bundled ids resolve offline; non-bundled ids require partsBaseUrl (or KERNELCAD_PARTS_BASE_URL). Returns the cache path plus a sha256 fingerprint.',
973
-
inputSchema: {
974
-
type: 'object',
975
-
properties: {
976
-
id: {type: 'string'},
977
-
query: {type: 'string'},
978
-
category: {type: 'string'},
979
-
family: {type: 'string'},
980
-
standard: {type: 'string'},
981
-
partsBaseUrl: {type: 'string',description: 'Opt-in remote endpoint; no default value ships with kernelCAD.'},
0 commit comments