Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix mcp name placeholder
  • Loading branch information
christothes committed Apr 30, 2025
commit 1dfadeeb053e9d1b2c53e8705c93c48fcbbf68e1
2 changes: 1 addition & 1 deletion src/Utility/ToolsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public abstract class ToolsBase<TTool> where TTool : class

protected readonly List<McpClient> _mcpClients = [];
protected readonly Dictionary<string, McpClient> _mcpClientsByEndpoint = [];
protected const string _mcpToolSeparator = "_._";
protected const string _mcpToolSeparator = "_-_";

protected ToolsBase(EmbeddingClient client = null)
{
Expand Down