Description
examples/hugging_face_task/main.py configures the MCP gateway using mcp_config_all_oss_servers.json, which only includes 9 OSS servers (calendar, chat, code_execution, sheets, filesystem, mail, pdf, slides, docs).
However, some worlds in the HuggingFace dataset (e.g., world_43a921f91f0f4d2c85d8bd2774f9e681) list "Edgar SEC" and "FMP" in their apps field. These two servers are neither implemented under mcp_servers/ nor included in mcp_config_all_oss_servers.json, so they are never loaded when main.py runs tasks from those worlds.
Impact
Tasks in financial/investment-banking worlds that depend on Edgar SEC or FMP tools will run without access to SEC filing data or financial market data.
Description
examples/hugging_face_task/main.pyconfigures the MCP gateway usingmcp_config_all_oss_servers.json, which only includes 9 OSS servers (calendar, chat, code_execution, sheets, filesystem, mail, pdf, slides, docs).However, some worlds in the HuggingFace dataset (e.g.,
world_43a921f91f0f4d2c85d8bd2774f9e681) list "Edgar SEC" and "FMP" in theirappsfield. These two servers are neither implemented undermcp_servers/nor included inmcp_config_all_oss_servers.json, so they are never loaded whenmain.pyruns tasks from those worlds.Impact
Tasks in financial/investment-banking worlds that depend on Edgar SEC or FMP tools will run without access to SEC filing data or financial market data.