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