Releases: modesty/fluent-mcp
Releases · modesty/fluent-mcp
Stable build: v0.0.18
Stable build v0.0.17
- Resource Updates for [email protected]
- Role and List: deprecate
$id - All Spec, Snippet and Instrcut: replace snake case property name with camel case
- Migrate spec /snippet/instruct for Script Include and UI Action, replaced Record API solution with dedicated APIs
Add new metadata type support: Service Portal, Script Action and UI Page
- 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
- Other:
- bump MCP SDK and Fluent SDK versions, plus others
- add more tests
Stable build: v0.0.16
- upgrade to [email protected]
- remove deprecated upgrade
- ensure -h, -v and -d works as command line flags
- add new commands that work with Root capability: download, clean and pack
- version bump for dependencies while keeping zod to align with MCP SDK
- update readme and tests, verified with vscode agent mode
Stable build v0.0.15
- 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
templateintroduced 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
- 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
- fix: tools registry. Verified tools discovery is 12 in Claude Desktop, Gemini CLI, GitHub Copilot and Windsurf
- maint: bump dependencies versions
- refactor: update tools name, description plus align tools parameters with [email protected]
- doc: update readme and tests
Stable build v0.0.12
- correct the "roots/list" timing and handles "notifications/roots/list_changed"
- tested with GitHub copilot Agent mode in vscode
- updated tests and readme
Stable build v0.0.11
- add Root capability to better management cwd with coding agent
- add github action workflow for PRs
- bump dependencies versions
- update readme
Stable build v0.0.10
- resources update: remove post processing function calls and leave them to LLM to generate, spec, snippet and instruct is up to date
- upgrade to [email protected]
- clean up README.md for clarity
- bump versions of dependencies, including SDK, Jest and types/node
- add eslint and fix linting errors
- add rollup config and build to bundle and minimize the dist size
Stable build v0.0.8
maintenance patch build:
- upgrade @modelcontextprotocol/sdk to v1.15.1
- update README with instructions on authentication and starting a Fluent project with sample prompts
- update descriptions for auth and init command, plus tests, to make their intention clear to LLM