Skip to content

v0.6.0

Latest

Choose a tag to compare

@elbruno elbruno released this 04 Apr 15:35
· 2 commits to main since this release
7296a54

What's New in v0.6.0

New Features

Richer Tool Indexing Metadata (#3, PR #5)

  • Parameters placeholder - FormatEmbeddingText now extracts parameter names, types, and descriptions from Tool.InputSchema for improved semantic routing accuracy
  • InputSchema placeholder - Embed the raw JSON schema string for maximum metadata richness
  • Updated default template to include parameters
  • Backward compatible - existing templates without Parameters work unchanged

MCP Server Tools for Embedding Generation (#2, PR #4)

  • New ElBruno.ModelContextProtocol.EmbeddingServer package with 4 MCP server tools:
    • embed_text - Generate embeddings for text input
    • search_embeddings - Semantic search over indexed collections
    • get_embedding_model_status - Check model availability and cache info
    • manage_index - Index lifecycle management (create/save/load/clear)

Packages

  • ElBruno.ModelContextProtocol.MCPToolRouter - enhanced with parameter schema support
  • ElBruno.ModelContextProtocol.EmbeddingServer - new package

Full Changelog

v0.5.4...v0.6.0