Release notes#

This section contains the release notes for PyFluent-MCP.

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.