Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 09:31

Tekla MCP Server v0.1.1

Recommended release. Use this version instead of v0.1.0 — it includes complete open-source documentation, LICENSE, and README that were committed after the v0.1.0 tag.

Early development — APIs and tools may change in future versions.

What's new since v0.1.0

  • MIT license and contributing guide
  • English README (primary) and Russian README
  • Cleaned architecture and API documentation for public GitHub audience
  • CI badge and release/install instructions in README

No changes to MCP tools or server behavior — this is a documentation and open-source packaging release.

Downloads

Asset Use case
TeklaMcp.Server-0.1.1-net48-win-x64.zip Production — Windows + Tekla Structures with an open model
TeklaMcp.Server-0.1.1-net8.0-mock.zip Development / testing without Tekla

Requirements

Windows + Tekla (net48):

  • Windows x64
  • Tekla Structures 2023+ (tested on 2023)
  • Tekla running with a model open
  • .NET Framework 4.8 runtime

Mock backend (net8.0):

MCP client configuration

Extract the zip, then point your MCP client at the executable:

{
  "mcpServers": {
    "tekla": {
      "command": "C:\\path\\to\\TeklaMcp.Server.exe"
    }
  }
}

The net48 zip contains TeklaMcp.Server.exe and required DLLs — keep them in the same folder.

Tools included

tekla_get_connection_info, tekla_get_model_summary, tekla_list_objects, tekla_find_objects, tekla_get_object_by_guid, tekla_get_selected_objects, tekla_analyze_by_material, tekla_count_objects, tekla_sum_weight, tekla_group_weight_by, tekla_list_distinct_values, tekla_select_objects, tekla_get_object_udas, tekla_set_object_udas, tekla_set_udas_by_filter

Known limitations

  • Object coverage focuses on parts/beams/plates; bolts, assemblies, and rebar are planned
  • Tekla version compatibility beyond 2023 is not fully verified
  • No automated test suite yet

Full changelog

See CHANGELOG.md.