You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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