4 references to SearchDocs
aspire (3)
Commands\AgentMcpCommand.cs (1)
126_knownTools[KnownMcpTools.SearchDocs] = new SearchDocsTool(_docsSearchService, _docsIndexService);
Mcp\KnownMcpTools.cs (1)
43SearchDocs,
Mcp\Tools\SearchDocsTool.cs (1)
18public override string Name => KnownMcpTools.SearchDocs;
Aspire.Cli.Tests (1)
Commands\AgentMcpCommandTests.cs (1)
119tool => AssertTool(KnownMcpTools.SearchDocs, tool),