fix(goose): always update the file

This commit is contained in:
2025-04-02 16:55:33 -06:00
parent 5987585b2d
commit 638e2b2a93

View File

@@ -103,12 +103,4 @@ def update_config():
if __name__ == "__main__":
mcp_count_str = os.environ.get("MCP_COUNT", "0")
mcp_count = int(mcp_count_str)
if mcp_count > 0:
print("Updating Goose configuration with MCP servers...")
update_config()
print("Goose configuration updated successfully!")
else:
print("No MCP servers found, using default Goose configuration.")
update_config()