Skip to main content

v4.72.1

· One min read

Major changes

  • Dynamic ES mapping by typology type (ex: partner have a processes property)
  • New create Note tool

Minor changes

  • Add version to global context tool
  • First part of global context (Bloomflow context + lexicon) is editable in config: webapp.features.mcp.config
  • Global context rewrite to give more space to lexicon (updated on notion)
  • Extend ES Mapping scope (interaction/notes + external/internal contacts + Workflow + processes)
    • Add created_at field to mapping for contacts ( internal/external)
  • Add more ES examples
    • On existing use cases
    • New set of ES examples for "Aggregations and Analytics" use case
  • Improve logging and response in case of error (give LLM context to correct ES query)

v4.72.0

· One min read

Added

  • Items - Reference Data - Add features availability
  • Items - Reference Data - Add available_fields / icon / parentTypologyName for each typology
  • Items - Scorings - Add scorings in public api items endpoints

v4.71.3

· One min read

BREAKING CHANGES

  • MCP Server - Update exposed tools
  • MCP Server - Remove v0/ in endpoints url to avoid a /sse fallback.

Added

  • MCP Server - Add logs
  • MCP Server - You can now search for project typologies
  • MCP Server - Add Roles & Permissions on typologies when you use the search tool
  • MCP Server - Support Copilot Studio, Mistral Agent and Diffy

Documentation

  • MCP Server - Add documentation to use the MCP inspector
  • MCP Server - Improve structure and improve readability

v4.71.2

· One min read

Added

  • MCP Server - Expose only two tools (es_query and get_partner_search_context)
  • MCP Server - Add versioning

Changed

  • SCIM endpoint - Are now separated into two tags: Groups and Users

Removed

  • Partners Endpoint - Are now disabled. Use Items endpoints.

Documentation

  • MCP Server - Add new documentation to be able to setup the Bloomflow MCP Server.
  • REST API - Replace Redocly by UI Swagger.
  • REST API - Revamp documentation structure and improve readability.

v4.71.0

· One min read

Added

  • MCP Server - Support for Model Context Protocol
  • Search Tool - Can search for partner from the MCP
  • Get Partner Search Context Tool - Can get the client platform context to search for partners
  • Support - Claude AI 3 +, ChatGPT 4 + Mistral Large models

v4.66.0

· One min read

Documentation

Group mapping disabled: We've added a paragraph to specify how to disable the groups mapping option since this is something we are not supporting yet.

v4.60.0

· One min read

New Features:

Add enrichment support: Added support for enrichment in post & put item endpoints. Add siret fields support: Added support for siret fields if activated on the platform on all item endpoints.

v4.49.1

· One min read

New Features:

New properties in tags payload in item collection: Added properties in the payload of public API items, in the tag section. List of properties added:

  • parentTag: Parent tag object of the current tag.
  • categoryTag: Category tag object of the current tag.
  • More info here

v4.47.2

· One min read

New Features:

New properties in webhook payload: Added properties in the payload of public API webhooks. List of properties added:

  • objectLabel: Current object name
  • processId: When subscribing to associationChange event and object is an item of the partner type, here is the current process id.
  • processLabel: When subscribing to associationChange event and object is an item of the partner type, here is the current process label.
  • fields: List of fields available in current and previous object.
  • More info here