Skip to content

Commit f8f6237

Browse files
committed
chore: Disable the newer MCP server examples from the chatbots while I'm working on them
1 parent 19d2fb4 commit f8f6237

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

e2e_tests/servers_config.integ.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
"weatherAlerts": {
1414
"functionName": "mcp-server-weather-alerts-INTEG_TEST_ID",
1515
"region": "us-east-2"
16-
},
17-
"mcpdoc": {
18-
"functionName": "mcp-server-mcpdoc-INTEG_TEST_ID",
19-
"region": "us-east-2"
20-
},
21-
"catFacts": {
22-
"functionName": "mcp-server-cat-facts-INTEG_TEST_ID",
23-
"region": "us-east-2"
2416
}
2517
}
2618
}

examples/chatbots/python/servers_config.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
"weatherAlerts": {
1414
"functionName": "mcp-server-weather-alerts",
1515
"region": "us-east-2"
16-
},
17-
"mcpdoc": {
18-
"functionName": "mcp-server-mcpdoc",
19-
"region": "us-east-2"
20-
},
21-
"catFacts": {
22-
"functionName": "mcp-server-cat-facts",
23-
"region": "us-east-2"
2416
}
2517
}
2618
}

examples/chatbots/typescript/servers_config.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
"weatherAlerts": {
1414
"functionName": "mcp-server-weather-alerts",
1515
"region": "us-east-2"
16-
},
17-
"mcpdoc": {
18-
"functionName": "mcp-server-mcpdoc",
19-
"region": "us-east-2"
20-
},
21-
"catFacts": {
22-
"functionName": "mcp-server-cat-facts",
23-
"region": "us-east-2"
2416
}
2517
}
2618
}

0 commit comments

Comments
 (0)