Skip to content

Releases: modesty/fluent-mcp

Stable build: v0.0.18

24 Oct 00:13
42eeaad

Choose a tag to compare

  • add sampling capability to correct build error (if any)
  • fix resource/read error
  • add more tests
  • update readme

Stable build v0.0.17

07 Oct 02:49
9378b99

Choose a tag to compare

  1. Resource Updates for [email protected]
  1. Prompts Updates:
  • coding_in_fluent: update with all supported metadata type and documentation links
  • create_custom_ui: add guides for creating custom UI with UI Page API and Bring Your Own Framework
  1. Other:
  • bump MCP SDK and Fluent SDK versions, plus others
  • add more tests

Stable build: v0.0.16

20 Sep 22:55
d638a46

Choose a tag to compare

  1. upgrade to [email protected]
  2. remove deprecated upgrade
  3. ensure -h, -v and -d works as command line flags
  4. add new commands that work with Root capability: download, clean and pack
  5. version bump for dependencies while keeping zod to align with MCP SDK
  6. update readme and tests, verified with vscode agent mode

Stable build v0.0.15

11 Sep 23:26
ddbb4b3

Choose a tag to compare

  • updagrade to now-sdk@v4
  • add new MCP server capability: Root and Elicitation
  • enhance auth command with env variables of instance url and auth type, auto check auth when server starts
  • enhance init command with template introduced from now-sdk@v4 with elicitation to support OOB React via UiPage
  • other maintenance, dependencies version bumps, update README.md, etc.

Stable build v0.0.14

29 Aug 23:47
b777cc1

Choose a tag to compare

  • feat: add auth check if env variable SN_INSTANCE_URL and SN_AUTH_TYPE is set
  • doc: update readme
  • maint: bump dependencies version

Stable build v0.0.13

20 Aug 02:13

Choose a tag to compare

  1. fix: tools registry. Verified tools discovery is 12 in Claude Desktop, Gemini CLI, GitHub Copilot and Windsurf
  2. maint: bump dependencies versions
  3. refactor: update tools name, description plus align tools parameters with [email protected]
  4. doc: update readme and tests

Stable build v0.0.12

17 Aug 21:07
007931b

Choose a tag to compare

  1. correct the "roots/list" timing and handles "notifications/roots/list_changed"
  2. tested with GitHub copilot Agent mode in vscode
  3. updated tests and readme

Stable build v0.0.11

16 Aug 03:47

Choose a tag to compare

  1. add Root capability to better management cwd with coding agent
  2. add github action workflow for PRs
  3. bump dependencies versions
  4. update readme

Stable build v0.0.10

27 Jul 19:37

Choose a tag to compare

  1. resources update: remove post processing function calls and leave them to LLM to generate, spec, snippet and instruct is up to date
  2. upgrade to [email protected]
  3. clean up README.md for clarity
  4. bump versions of dependencies, including SDK, Jest and types/node
  5. add eslint and fix linting errors
  6. add rollup config and build to bundle and minimize the dist size

Stable build v0.0.8

14 Jul 02:28

Choose a tag to compare

maintenance patch build:

  1. upgrade @modelcontextprotocol/sdk to v1.15.1
  2. update README with instructions on authentication and starting a Fluent project with sample prompts
  3. update descriptions for auth and init command, plus tests, to make their intention clear to LLM