v0.2.1
Tekla MCP Server v0.2.1
This patch improves tekla_select_objects for targeted, agent-friendly selection workflows.
What's new since v0.2.0
- Added
guidInparameter totekla_select_objects(comma/semicolon/newline separated GUID list) - Clarified that
tekla_select_objectssupports UDA and generic attribute filters - Extended backend query handling (Mock + Tekla) to honor GUID allow-list filtering
Why this release
This update removes friction in scenarios where the assistant first discovers candidate elements and then needs deterministic UI selection of specific objects.
Example use cases
- Select exactly three known objects by GUID
- Select from a known GUID set and additionally filter by
RU_FN1_MRK=BK1 - Repeat selection runs deterministically after analysis steps
Downloads
| Asset | Use case |
|---|---|
TeklaMcp.Server-0.2.1-net48-win-x64.zip |
Production — Windows + Tekla Structures with an open model |
TeklaMcp.Server-0.2.1-net8.0-mock.zip |
Development / testing without Tekla |
Requirements
Windows + Tekla (net48):
- Windows x64
- Tekla Structures 2023+ (validated workflow)
- 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 to the executable:
{
"mcpServers": {
"tekla": {
"command": "C:\\path\\to\\TeklaMcp.Server.exe"
}
}
}Keep the .exe and all .dll files in the same directory.
Full changelog
See CHANGELOG.md.