Release notes#

This section contains the release notes for PyFluent-MCP.

0.4.0 - August 14, 2026#

Integrate meshing workflow

#45

Update ``CONTRIBUTORS.md`` with the latest contributors

#46

Add meshing docs

#51

Bump the pip-deps group with 2 updates

#47

Bump the pre-commit group with 2 updates

#48

Bump the actions group with 17 updates

#49

Update CHANGELOG for v0.3.0

#42

Bump development version to 0.4.dev0

#43

0.3.0 - August 04, 2026#

Resolve binary crash

#37

Bump the actions group with 15 updates

#38

Bump the pre-commit group with 3 updates

#41

Update CHANGELOG for v0.2.1

#34

Update missing or outdated files

#35

Add Dependabot support for pre-commit hook updates

#40

0.2.1 - July 31, 2026#

Readiness for next release

#25

Bump the actions group across 1 directory with 20 updates

#26

Bump sphinx-autodoc-typehints from 3.12.0 to 3.13.0 in the pip-deps group across 1 directory

#29

Update CHANGELOG for v0.2.0

#24

Update pyfluent

#28

Bump PyFluent MCP dependencies

#31

0.2.0 - July 20, 2026#

Guard _import_litellm against the tokenizers

#9

Unified LLM provider configuration, transport diagnostics, and validator/active-path hardening

#13

Python version support according to PyAnsys guidelines

#14

Skip allowed_values() on inactive command arguments to avoid Scheme "object is not active" transcript spam

#18

Slim the Fluent MCP leaf - remove in-server LLM codegen, normalize the tool surface

#19

Update CHANGELOG for v0.1.0

#12

0.1.0 - July 10, 2026#

Guard _import_litellm against the tokenizers

#9

Raise unit-test coverage above 80%, expand the live-Fluent integration tests, and remove bandit skips as part of the technical review.

#13

Add numpy-style docstrings across the public API so the autoapi reference documentation renders complete signatures and parameter descriptions.

#24

Add Anthropic message normalization for LiteLLM transport

#26

Probe APIs for Settings APIs

#28

Deterministic path-discovery + write-target resolver for the Solve leaf

#33

Follow-up fixes prior to public release

#6

Links

#7

GitHub runner label change

#11

Fix Vale documentation style violations so the Ansys documentation style check passes.

#25

License in ``SECURITY.md``

#32

Editorial review of all RST files and docstrings in PY files.

#27

Edit to use active voice and shorter, clearer sentences

#31

Bump the pip-deps group with 6 updates

#1

Bump actions/checkout from 6.0.3 to 7.0.0 in the actions group across 1 directory

#5

Update and align Ansys action version to v10.3.3

#4

0.1.0 - Initial release#

Initial release of the standalone Fluent Solve MCP server plus the shared ansys.fluent.mcp.common infrastructure.

22-tool MCP surface: connection, schema discovery, named objects, codegen, execution, reporting, and domain tools.

PyFluent backend with pluggable backend entry-point seam.

Offline-first settings schema catalog and LLM codegen pipeline.

Model- and provider-agnostic LLM transport via llm_wire.

TLS certificate verification enabled by default for outbound LLM and retrieval calls.

Network retrievers honor FLUIDS_AGENT_OFFLINE and host allowlists.