@@ -28,13 +28,6 @@ func TestPublicMCPServers(t *testing.T) {
2828 {
2929 Name : "test-route" ,
3030 Backends : []filterapi.MCPBackend {
31- {
32- Name : "learn-microsoft" ,
33- Path : "/api/mcp" ,
34- ToolSelector : & filterapi.MCPToolSelector {
35- IncludeRegex : []string {".*microsoft_docs?.*" },
36- },
37- },
3831 {Name : "context7" , Path : "/mcp" },
3932 {
4033 Name : "aws-knowledge" ,
@@ -95,8 +88,6 @@ func TestPublicMCPServers(t *testing.T) {
9588 }
9689
9790 exps := []string {
98- "learn-microsoft__microsoft_docs_search" ,
99- "learn-microsoft__microsoft_docs_fetch" ,
10091 "context7__resolve-library-id" ,
10192 "context7__get-library-docs" ,
10293 "kiwi__search-flight" ,
@@ -134,19 +125,6 @@ func TestPublicMCPServers(t *testing.T) {
134125 params map [string ]any
135126 }
136127 tests := []callToolTest {
137- {
138- toolName : "learn-microsoft__microsoft_docs_search" ,
139- params : map [string ]any {
140- "query" : "microsoft 365" ,
141- "question" : "What does microsoft 365 include?" ,
142- },
143- },
144- {
145- toolName : "learn-microsoft__microsoft_docs_fetch" ,
146- params : map [string ]any {
147- "url" : "https://learn.microsoft.com/en-us/copilot/manage" ,
148- },
149- },
150128 {
151129 toolName : "context7__resolve-library-id" ,
152130 params : map [string ]any {
0 commit comments