rodrigolemos /
gs-desafio-07
Este repositório implementa o front end do desafio 06.
17/100 healthLoading repository data…
moisesbritez92 / repository
Este repositorio implementa un servidor Model Context Protocol (MCP) desarrollado en Node.js y TypeScript, diseñado para automatizar y controlar de forma remota Autodesk AutoCAD 2026 en entornos Windows.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Model Context Protocol (MCP) server for Autodesk AutoCAD 2026. Two modes of operation:
accoreconsole.exe runs .scr / .lsp scripts against .dwg files (batch / CI).localhost:12345.src/ Node.js MCP Server (TypeScript)
autocad-plugin/ C# .NET Plugin for AutoCAD 2026
scripts/ Automation scripts (.scr, .lsp)
blocks/ Block library (.dwg) with index.json
outputs/ Generated DWG/PDF outputs
semantic_cad/ Python semantic analysis pipeline
rules/ Architecture validation rules
npm install
npm run build
cd autocad-plugin
dotnet build -c Release
Output: autocad-plugin/bin/Release/net8.0-windows/AutoCAD.MCP.Plugin.dll
NETLOAD command.AutoCAD.MCP.Plugin.dll from step 2.setx MCP_AUTOCAD_TOKEN "default-secret-token" (restart AutoCAD after).[MCP] Server listening on http://localhost:12345/.npm start
| Tool | Description |
|---|---|
create_line | Line from two points |
create_circle | Circle by center + radius |
create_arc | Arc by center, radius, start/end angles |
create_polyline | Polyline with optional bulge (arcs) |
create_rectangle | Rectangle from two corners |
create_ellipse | Ellipse by center + radii |
create_spline | Spline through fit points |
create_hatch | Hatch fill inside boundary entities |
create_mtext | Multiline text (MText) |
create_text | Single-line text (DBText) |
| Tool | Description |
|---|---|
query_entities | Search by type/layer with limit |
get_entity_properties | Full properties by handle |
measure_distance | Distance between two points |
measure_area | Area & perimeter of closed entity |
count_entities | Count + breakdown by type/layer |
get_drawing_extents | Bounding box of all entities |
| Tool | Description |
|---|---|
move_entities | Translate by delta vector |
rotate_entities | Rotate around base point |
scale_entities | Scale from base point |
copy_entities | Duplicate with offset |
mirror_entities | Mirror across axis line |
offset_entity | Offset curve at distance |
erase_entities | Delete by handles |
change_layer | Move entities to layer |
change_color | Change ACI color |
| Tool | Description |
|---|---|
insert_block | Insert block by name/path |
list_blocks | List definitions in drawing |
list_available_blocks | List blocks from library |
explode_block | Explode into components |
get_block_attributes / set_block_attribute | Read/write attributes |
| Tool | Description |
|---|---|
add_linear_dimension | H/V/auto dimension |
add_aligned_dimension | Aligned dimension |
add_radial_dimension | Radius dimension on circle/arc |
create_leader | Leader with text |
create_table | Table with data |
update_text | Modify existing text |
| Tool | Description |
|---|---|
get_layers | List all layers + properties |
create_layer | Create layer with color/weight |
set_layer_properties | Modify on/off/freeze/lock/color |
delete_layer | Remove layer |
set_current_layer | Set active layer |
| Tool | Description |
|---|---|
save_drawing | Save or Save As |
zoom_extents | Zoom to fit all entities |
undo | Undo N operations |
run_command | Raw command / LISP expression |
export_to_pdf | DWG → PDF (headless) |
export_to_dxf | DWG → DXF (headless) |
| Tool | Description |
|---|---|
execute_script_file | Run .scr on .dwg (headless) |
list_available_scripts | List .scr/.lsp in scripts dir |
generate_house_plan | NL → full floor plan DWG |
house_generator — Guides the assistant to call generate_house_plan.{
"name": "house_generator",
"arguments": {
"bedrooms": "3",
"bathrooms": "2",
"lot_width": "12",
"lot_depth": "9",
"style": "open",
"requirements": "Incluye terraza trasera y cocina integrada"
}
}
AUTOCAD_CONSOLE_PATH="C:\Program Files\Autodesk\AutoCAD 2026\accoreconsole.exe"
AUTOCAD_SCRIPTS_DIR="./scripts"
AUTOCAD_PLUGIN_URL="http://localhost:12345"
MCP_AUTOCAD_TOKEN="default-secret-token"
Selected from shared topics, language and repository description—not editorial ratings.
rodrigolemos /
Este repositório implementa o front end do desafio 06.
17/100 healthAbisaac1809 /
Este repositorio contiene una API hecha con typescript y expressJS en la que se implementa autenticación de usuario con JWT
46/100 healthABELNoval /
Repositorio FrontEnd del Sistema de Gestión de Bajas Técnicas. Este proyecto implementa la capa de frontend de una aplicación web destinada a la gestión de bajas técnicas en una empresa de infocomunicaciones. Está desarrollado utilizando React con TypeScript.
JohnMunioz /
Automatización de pruebas UI con Playwright utilizando el patrón Page Object Model en TypeScript – BlazeDemo Este repositorio contiene un conjunto de pruebas automatizadas de extremo a extremo desarrolladas con Playwright y TypeScript, orientadas al sitio de demostración blazedemo.com. Se implementa el patrón de diseño Page Object Model (POM).
27/100 healthGuillo1452 /
En este repositorio se encuentra el proyecto de Respawn Keys, que se desarrolla en Angular, y se conecta con Firebase, El proyecto se enfoca en el diseño de la pagina, entonces el proyecto implementa html, css, TypeScript y Bootstrap. Programadores |Guillermo Andrés León Avendaño | David Alejandro Riveros Poveda|
49/100 health