feat(mcp): add input tools — load_nest, import_dxf, create_drawing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 15:47:33 -04:00
parent d02dfb92e9
commit 721197f1d4
2 changed files with 214 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ using OpenNest.Geometry;
namespace OpenNest.IO
{
internal sealed class ProgramReader
public sealed class ProgramReader
{
private const int BufferSize = 200;